Read the statement by Michael Teeuw here.
Temp suddenly showing 239 degrees
-
Hi,
since yesterday without any change to the code the current temperature in the default module shows an additional 9 in the temp. For example the temperature is 21 degrees. On the mirror this shows 291 degrees.Anyone seen this before?
-
i was messing around with Traffic modules, thought it was something i did cause mine showed 300 degress
-
nope,didnt come from messing around…Just happened like that
-
I have the same problem. Temperature is in the hundreds. I didn’t play around with the code.
-
The error is with the openweathermap api payload:
{"temp":295.06,"pressure":1026,"humidity":68,"temp_min":293.15,"temp_max":297.75},
What units are your guys using in config.js?
The above result only appears when it’s not defined at all.metric or emperial yield valid results. I guess it’s kelvin?
-
@RedNax
I’m using degrees C.
I forgot to mention the it’s just the current temperature that’s showing temps in the hundreds. The temperature forecast is still working fine. -
You’re getting degrees Kelvin… Something’s wrong with your units definition…
Have a look at the units entry here: https://github.com/MichMich/MagicMirror/tree/master/modules/default/currentweather
-
Something must have happened. I didn’t change the code. I’ll check it when I get home.
-
I have the same issue. Suddenly Current is shown in Kelvin. Setting the units in config.js changes nothing. Alternatively I installed the MMM-WunderGround module and it is showing correctly plus it’s LOADS better. Hourly + extended.
-
Happened to me yesterday. Seemed to resolve itself today.