Read the statement by Michael Teeuw here.
MMM-NOAA
-
I’ve been trying to get this module to work and for the life of me I can’t get it to show up. I’ve gone as minimalist as I can and it’s still not appearing.
Here’s my config:
{ module: "MMM-NOAA", position: "top_right", config: { apiKey: "debxxxxxx", airKey: "Fpyyyyy" } },
Here’s the error that I see in the web browser:
TypeError: "allDay is undefined" getDomhttp://10.0.0.10:8080/modules/MMM-NOAA//MMM-NOAA.js:344:2 updateDomhttp://10.0.0.10:8080/js/main.js:110:28 updateDomhttp://10.0.0.10:8080/js/main.js:109:10 createDomObjectshttp://10.0.0.10:8080/js/main.js:53:29 createDomObjectshttp://10.0.0.10:8080/js/main.js:24:3 modulesStartedhttp://10.0.0.10:8080/js/main.js:471:4 startModuleshttp://10.0.0.10:8080/js/loader.js:59:3 loadNextModulehttp://10.0.0.10:8080/js/loader.js:40:6 onloadhttp://10.0.0.10:8080/js/loader.js:203:42
And I keep seeing this in the pm2 logs:
0|MagicMir | libGL error: MESA-LOADER: failed to retrieve device information 0|MagicMir | MESA-LOADER: failed to retrieve device information 0|MagicMir | MESA-LOADER: failed to retrieve device information
-
As far as I can tell the
libGL error: MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information
Is due to the Open GL driver. I am using the Fake KMS and these are mine errors. I am not using NOAA.
-
server is located in Paris, France
Well. Stumbled on this just now and same thing for me. But I don’t understand as https://www.abstractapi.com/ip-geolocation-api returns Sweden for me… How is that even possible
-
You don’t have to use geolocation at all. I use my latitude and longitude and it fires right up. The module does error in the terminal, but only once. Then it performs as expected with no further errors.
-
@Mykle1 Interesting! Thank you. Let me try that out.
-
My question is a little different. After trying so many weather modules and looking for one that works accurately he in West Aus, NOAA was the firrst to actually work with some accuracy. Most of the others the API’s are now defunct. I use my MagicMirror on a 7inch Raspberry screen manly as an information screen of the weather and some server stats. At the moment I am trying to get this moduel to fit on the screen as the screen resolution is fixed.
My question is which file holds the code for the section headings. I figure if I take them out and just have the date and icons, the module will fit perfectly on the small screen, then I can desing the other modules to fit in the space left.
Thanks in Advance