ktrue / CU-HWS

Home Weather Station website template for Cumulus (WeeWX, WeatherCat too)
Other
23 stars 13 forks source link

Bug #109

Open neomanu16 opened 5 years ago

neomanu16 commented 5 years ago

worries about the heat index FireShot Capture 069 - Station Météo de   Vars, CH, FR - meteo16-vars com

neomanu16 commented 5 years ago

The error is on the temperature file at line 51 if(anyToC($weather["heat_index"])>=28||($showFeelsLike&&anyToC($weather["temp"])>28)){echo $lang['Heatindex']."

".$weather["heat_index"]."°".$weather["temp_units"];;} replaced by ; instead of ;; if(anyToC($weather["heat_index"])>=28||($showFeelsLike&&anyToC($weather["temp"])>28)){echo $lang['Heatindex']."
".$weather["heat_index"]."°".$weather["temp_units"];}

ktrue commented 5 years ago

I'm not certain that the elimination of a null PHP statement would fix the issue.

What is the URL to your CU-HWS website? I'll take a look.

neomanu16 commented 5 years ago