Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@Lagmin said in MMM-NOAA - Another Weather Module:
Here you go, please update it and by the way, could you please tell me how to implement this language to my MagicMirror module?
I forwarded to the author. He will add it to the module, at which time, you will have to run
git pullin the MMM-NOAA3 directory. Your config language should belanguage: "pl", -
pl file added for Polish translation. Thank you for taking the time to make it. As Mykle1 says do a ‘git pull’ in the MMM-NOAA3 directory.
-
No problem, not much time. Do you know maybe what can be a solution to my problem showing only 3 results, please?
-
@Lagmin said in MMM-NOAA - Another Weather Module:
Do you know maybe what can be a solution to my problem showing only 3 results, please?
Have you installed the dependencies?
-
@Mykle1 Ok, I got it, it is “working”.
I used this simple config:module: 'MMM-NOAA3', position: 'top_left', config: { provider: "must be in quotes", // From list above apiKey: "YOUR API KEY", // From one of the providers listed above airKey: "YOUR API KEY", css: "NOAA3", // THIS MUST CONTAIN A CSS STYLE NAME userlat: "xxxx", //MUST HAVE BOTH userlon: "xxxx" //MUST HAVE BOTH } },But:
- I don’t have % for Humidity, inHg for Pressure…
- How I can translate WIND? I don’t have it in translation file (same for AQI, UV).
- I don’t have forecast for 4 days below.
Do you know what can be the problem?

-
I’m guessing that the data is not complete for all locations so you may not see % for Humidity, inHg for Pressure… or that information is not present in the data (for some reason).
How I can translate WIND? I don’t have it in translation file (same for AQI, UV).
You can add “Wind” to the translation file of your language and put in the translation. I’ve given an example below. Then send a PR to the author and he will add it to the repo.
"Sun":"Sun", "No Wind": "No Wind", "Wind": "Yours", "Humidity": "Humidity", -
Just spoke with the author. Some of the providers are not supplying the data they once were or they’ve changed the way they provide the data. This module uses several different providers so try another one and see if you get better results.
Keeping this module functioning using all the different providers must be a monumental task. It may take a long time for the author to fix any of it, assuming he has the time.
-
@Mykle1 Well I tried changing coordinates for our capital city of Poland - Warsaw, but it is still not showing forecast. I also tried to change for weatherbit (previously used openweather) but with weatherbit it doesn’t even show forecast - (Prognoza na 4 dni).
-
Yes, understood. I’m using my darksky api key until it is no longer valid. Like you, my OpenWeather api key doesn’t show the 4 day forecast. I spoke with the author and he is extremely busy with work so he doesn’t have much time to troubleshoot his modules. You can fork the repo and fix it if you like. :-)
-
@Mykle1 yeh hourly for 4 days, or daily for 7 days are in the openweather free apikey access, but ONLY by using the one all api
-
Yes, I know. I’m using it in my MMM-BMW-OW module. :-)
-
@Mykle1 I know. we did it at the same time.
was adding info for others
-
@Pielo how did you make the frame with temperature and humidity? I would like to get something like this by sending data via mqtt
-
Hi everyone, this module looks really great. Is there a possibility not to show certain items such as AQI, UV etc.?
-
@msulzer Anything is possible LOL Just go in and edit them out of the getDom section then they can’t show.
If you need help let me know. I can whittle it down for you, PM me ;)
-
Dear cowboysdude,
thanks a lot for the great Module. I’m trying to implement it.
Just to know…totally new to it.Full install and config added. But now the MagicMirror staies black completally.
When i remove the config information, the Mirror is working nomarlly.Has this to do with the API’s?
Thanks for your help. -
-
@sdetweil thanks for your link.
but the Mirror is working without the MMM-NOAA-Another Weather Module activated.
As soons as i activate it, the screen stayes black.in the link i couldn’t find any solution.
Any other ideas?
Thanks. -
@n0v4 the topic posted defined work for you to do
when the screen is black, what do the messages say in the place u start MM.
either npm start or
pm2if pm2, then pm2 logs --lines=nnn show the results (nnn= number, default 15)
-
@sdetweil
sorry…like i’ve said…totally new to the topic.i’m i right:
/home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
0|MagicMir | at require (internal/modules/cjs/helpers.js:88:18)
0|MagicMir | at Object. (/home/pi/MagicMirror/modules/MMM-NOAA/node_helper.js:8:15)
0|MagicMir | at Module._compile (internal/modules/cjs/loader.js:1078:30)
0|MagicMir | at Object.Module._extensions…js (internal/modules/cjs/loader.js:1108:10) {
0|MagicMir | code: ‘MODULE_NOT_FOUND’,
0|MagicMir | requireStack: [
0|MagicMir | ‘/home/pi/MagicMirror/modules/MMM-NOAA/node_helper.js’,
0|MagicMir | ‘/home/pi/MagicMirror/js/app.js’,
0|MagicMir | ‘/home/pi/MagicMirror/js/electron.js’,
0|MagicMir | ‘/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js’,
0|MagicMir | undefined
0|MagicMir | ]
0|MagicMir | }
0|MagicMir | [29.11.2021 23:32.46.509] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|MagicMir | [29.11.2021 23:32.46.510] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
