Seem to have an issue with my live data for my gauge, it’s pemanently stuck on 80.
Code is here: http://pastebin.com/bysshBE0
This is my JSON array:
{“HumOut”: 90, “BatteryStatus”: 0, “TempIn”: 21.27777777777778,
“RainYear”: 2.8, “HumIn”: 28, “WindDir”: 258, “WindSpeed”: 0.0,
“RainStorm”: 0.0, “StormStartDate”: “2127-15-31”, “BatteryVolts”:
4.751953125, “Pressure”: 990.3826616999661, “ForecastIcon”: 2, “SunSet”: “16:21”, “ForecastRuleNo”: 122, “BarTrend”: 60,
“RainMonth”: 0.0, “RainDay”: 0.0, “TempOut”: -1.7777777777777775,
“WindSpeed10Min”: 0.0, “SunRise”: “08:37”, “RainRate”: 0.0}
What is wrong, i dont have any javascript errors in Chrome Debugger?
1 Answer