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:
DS_Starter
2021-06-23 19:44:44 +00:00
parent b8e01e4d04
commit 4700296b44

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});