diff --git a/59_Weather.pm b/59_Weather.pm index 8827f20..f9a8457 100755 --- a/59_Weather.pm +++ b/59_Weather.pm @@ -757,10 +757,10 @@ sub WeatherAsHtmlV($;$$) { '%s%s: %s
min %s°C max %s°C
%s', $width, WeatherIconIMGTag( ReadingsVal( $d, "${fc}${i}_icon", "" ) ), - ReadingsVal( $d, "${fc}${i}_day_of_week", "" ),
%s + ReadingsVal( $d, "${fc}${i}_day_of_week", "" ), ReadingsVal( $d, "${fc}${i}_condition", "" ), ReadingsVal( $d, "${fc}${i}_low_c", " - " ), - ReadingsVal( $d, "${fc}${i}_high_c", " - " ) + ReadingsVal( $d, "${fc}${i}_high_c", " - " ), ReadingsVal( $d, "${fc}${i}_wind_condition", " - " ) ); }else{ @@ -770,7 +770,7 @@ sub WeatherAsHtmlV($;$$) { WeatherIconIMGTag( ReadingsVal( $d, "${fc}${i}_icon", "" ) ), ReadingsVal( $d, "${fc}${i}_day_of_week", "" ), ReadingsVal( $d, "${fc}${i}_condition", "" ), - ReadingsVal( $d, "${fc}${i}_temperature", " - " ) + ReadingsVal( $d, "${fc}${i}_temperature", " - " ), ReadingsVal( $d, "${fc}${i}_wind_condition", " - " ) ); }