weather->current_conditions->condition->attributes()->data);
echo " Die Vorhersage für Heute sagt ".lcfirst(utf8_decode($wetter->weather->forecast_conditions[0]->condition->attributes()->data))." voraus.";
echo "
Jetzige Temperatur: ".$wetter->weather->current_conditions->temp_c->attributes()->data." °C. ";
Echo " Tiefsttemperatur: ". $wetter->weather->forecast_conditions[0]->low->attributes()->data." °C. ";
Echo " Höchsttemperatur: ". $wetter->weather->forecast_conditions[0]->high->attributes()->data." °C. ";
echo "