I am getting the temperature from a sensor in my neighborhood. The JSON data is quite different from the map display:
JSON:
‘temperature’: 105,
‘temperature_a’: 105,
Map:
The actual air temp at my house a few doors down is 96, so the map value appears correct. I see the same thing, JSON about 8 deg higher than map, from multiple sensors on the map.
Other JSON vs map data looks OK. Anybody seen this?
W