2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00

76_SolarForecast.pm: contrib 0.54.1

git-svn-id: https://svn.fhem.de/fhem/trunk@24674 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-06-23 19:44:44 +00:00
parent a34bf5fc87
commit a6a9544f8c

View File

@ -4963,7 +4963,7 @@ sub __weatherOnBeam {
$icon_name .= ($hfcg->{$i}{weather} < 100 ) ? '@'.$colorw : '@'.$colorwn;
my $val = FW_makeImage($icon_name);
Log3 ($name, 2, qq{$name - Icon val: $val , $icon_name: icon_name });
if ($val eq $icon_name) { # passendes Icon beim User nicht vorhanden ! ( attr web iconPath falsch/prüfen/update ? )
$val = '<b>???<b/>';
Log3 ($name, 2, qq{$name - the icon "$weather_ids{$hfcg->{$i}{weather}}{icon}" not found. Please check attribute "iconPath" of your FHEMWEB instance and/or update your FHEM software});