Hi all,
I have been using MMM-NOAA3 by @cowboysdude for a few years now. I like the display of it and did not want to go for a different module to replace it. Recently it stopped working and has for a while been throwing lots of errors.
I have forked the module and have started updating it and trying to bring it back to life. I have managed to update a few things.
- Removed
request
and replaced with internal fetch
- Updated
MMM-NOAA3.js
to cater for the new response structures.
Supported Providers:
- weatherbit
- piratesky
- accuweather
- openweather
- msn
I have not had a chance yet to look at the other providers and am not sure if anybody would like them included. Honestly I do not want to create accounts for all of them just to update the provider list but can if I have to. However, I do believe that darksky
has been taken over by Apple and it may not work so, I may be removing that from the list of providers.
However, I am happy to say that the module now works fine for weatherbit
and openweather
and no longer is throwing any errors.
I will be pushing a PR to @cowboysdude when I am done making all the changes with the other providers.
For now, if anybody is interested in using it for either openweather
or weatherbit
you can use my fork for now.
Can be found below:
MMM-NOAA3