Read the statement by Michael Teeuw here.
Strange weather bug?
-
Not necessarily.
-
OK. I installed MM once again this time at spare RPi 3 (my main mirror is running on RPi2). Have both running exact the same config, will see if that clears anything.
How often is the weather data updated? -
OK, I have one stupid (?) question… does the api key for openweather has to be different for forecast and different for current weather?
-
@kanczug i’m using the same api key.
-
Use the same key.
-
I tried using the same or different APIs but it seems that the mirror is not updating the data from the openweathermap as often as it should. Sometimes it updates only forecast but current temp stays the same all day. When I close and start MM again it all loads OK but it can not update on its own very often. Can not say how often, because I can not see any error messages in logs. The same happends on RPi 3 and my old RPi 2 running borh at the same time. One has current temp of 12 degrees and the other says 25. But when I restart them they display 27. So none is right. Can someone suggest anything? It is not the timezone problem, because after restart it shows everything OK, it is not the lack of internet connection, because calendar syncs OK.
-
I’m having the same problem. Sometimes the current weather doesn’t update (or it updates very rarely), but it works when i restart with ‘pm restart mm’.
-
Thanks for that info. This confirms my observations. I used cron to schedule RPi restart 2 times a day, so there is a chance for it to refresh properly at least twice.
-
The only time I have seen my rpi not update either of the weather stats was if there was a communication error at any given request, however it always picked up at the next update. So this is a bit baffling to me … have either of you guys notice any errors anywhere, whether in npm, pm2, or the console?
-
PM2 nope but others I do not know how to check. Any guide would be nice. I am a noob at this