Read the statement by Michael Teeuw here.
MMM-MyWeather stuck on Loading
-
Hi:
After months working, this module has stopped working for me, testaruda y and is stucked on “loading”. Nothing, norhing has changed. I update some ago the original version that used WertherUnderground to the version that used Weatherbit.
I have also renewed the apikey becarse I thought it has expired, bus it still fails.
After reviewing the logs, I have seen that the module gets the json payload correctly, so i think, something may have changed in the API.
Has anybody experimented the same
Lots of thanks in advance
-
@villariezo Same issue here. I’ve been working on it all day with no luck so far.
-
which MMM-MyWeather module are you using?
the https://github.com/jclarke0000/MMM-MyWeather version looks like its dead, as it uses the now terminated weather Underground apis…
this version https://github.com/martinkooij/MMM-MyWeather seems to indicate it should work
-
I’m using the “martinkooij” module. In fact, you’re right. We had to move to that because the “jclarke0000” stopped working beacause os the API policy changes in Weather Underground
Thanks
-
@villariezo i signed up and got my free weather.io api key, and used the default config with my location info and it works
did u maybe update MagicMirror?
if so, all modules that have a package.json file need an npm install done too
-
I can chime in again. I’ve been using https://github.com/martinkooij/MMM-MyWeather for the past 6-8 weeks. Was working Friday morning then stopped working sometime over the weekend. I also changed changed the API key as a first thought. I’ve deleted and reconfigured the module from scratch at least 3 times so far. I also thought there was maybe an update to MM so I deleted currentweather, weather, and weatherforecast from the default modules an the JS file that loads the modules. After any major shift in changes I also always reboot the PI. Nothing showing up in any logs in server mode or when placing MM in dev mode.
It’s weird because https://github.com/nigel-daniels/MMM-3Day-Forecast which uses also uses weatherbits.io API still works. I’m alright with JS, but a bit rusty with node and troubleshooting through MM feels a bit cumbersome.
-
Thank you very much @ToastyRoshi . I uncommented some consolo log in the module and could see than the API got a response with the forecast. What I don’t really know, is if something in the json structure has changed or not and then, the module is no able to undestandit
-
Hi:
Has anybody tested if “magically” it is working again?
Thanks
-
I can confirm my version of https://github.com/jclarke0000/MMM-MyWeather is no longer working or supported due to the doomed nature of the weather underground API.
I wrote MMM-DarkSkyForecast to replace it. It uses the Dark Sky API for weather data.
Find it here if you’re interested.
https://github.com/jclarke0000/MMM-DarkSkyForecast -
it appears that weatherbit.io has a trial API that allows retrivial of hourly weather, once the trail expires the API stops working and the module stops loading (stuck on ‘loading…’). My kludgy work around was to go into the module’s node_help.js and on line 45 change “/forecast/hourly” to “/forecast/daily”