diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index 173ba1f57..58a001047 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -332,9 +332,9 @@ WeatherIconIMGTag($$$) { $icon =~ s,^/ig/images/weather/(.*)\.gif$,$1,; if($isday) { - $icon= "weather/${icon}.png" + $icon= "weather/${icon}" } else { - $icon= "weather/${icon}_night.png" + $icon= "weather/${icon}_night" } $url= "fhem/icons/$icon";