Read the statement by Michael Teeuw here.
MMM-MyWeather stuck on Loading
-
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”
-
@bmyers66 Where do you live if you don’t mind me asking…
-
Also in my case it stopped working. Has anybody figured out yet why this is happening?
-
It stopped working because Weather Underground is no longer giving out free keys and the keys that are out there have stopped working… the ONLY way this module can work again is if the provider is changed.