Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
Hey Guys
Having some Trouble Updateing the Weather Data. Don’t know the timeframe, but every morning the Module stuck with data from the last day.

But not all Data is stuck. At the forecast you can see that the Days are changing. Moves the last day bevor the actual day. (Fr = yesterday , heute = today)
“Heiter” and the sunny Icon was also yesterday. Today it is raining. After a pm2 restart the values are Ok for a wile, but in a few hours the module is stuck again.That is my code :
{ module: "MMM-NOAA3", position: "top_left", config: { provider: "darksky", apiKey: "xxxxxxxxxxxxxxxx", //useAir: "False", airKey: "xxxxxxxxxxxxxxxx", css: "NOAA3", updateInterval: 30 * 60 * 1000, userlat: "50.xxxxx", userlon: "7.xxxx" } },Any ideas ?
-
@mykle1
I apologize for the late reply. New Year’s holiday and so on. .{
“Rise”:“Восход”,
“Set”:“Закат”,
“4 Day Forecast”:“Прогноз на 4 дня”,
“Monday”: “Понедельник”,
“Tuesday”: “Вторник”,
“Wednesday”: “Среда”,
“Thursday”: “Четверг”,
“Friday”: “Пятница”,
“Saturday”: “Суббота”,
“Sunday”: “Воскресенье”,
“Hours of Light”:“Длительность дня”,
“Last Updated”: “Последнее обновление”,
“Today”:“Сегодня”,
“Night”:“Ночь”,
“Mon”:“Пн”,
“Tue”:“Вт”,
“Wed”:“Ср”,
“Thu”:“Чт”,
“Fri”:“Пт”,
“Sat”:“Сб”,
“Sun”:“Вс”,
“No Wind”: “Штиль”,
“Humidity”: “Влажность”,
“Visibility”:“Видимость”,
“Pressure”:“Давление”,
“Excellent”:“Отлично”,
“Good”:“Хорошо”,
“Lightly Polluted”:“Легкие загрязнения”,
“Moderately Polluted”:“Умеренные загрязнения”,
“Heavily Polluted”:“Сильные загрязнения”,
“Forecast”:“Прогноз”
} -
hello,trying to make MMM-NOAA3 work but no luck.I use openweathermap provider ,my api is ok,but module dont show weather icons,night/day icons and no 4 day forecast at all.
edit: managed to make it work by using another provider,darksky.All are ok except the night icon…
-
@costascontis Well that just won’t do :) I haven’t checked the providers in a while possible openweathermap may have changed some things I will check it out :)
-
@costascontis You are right…I had the image for the correct moon just didn’t put in the array to display :) Thank you for catching that!! As for using open weather I just ran it and it seems to be working for me… here’s a picture. BUT I do use darksky as my provider also :)

Yes that F weather and YES it’s cold here LOL
-
10°F ? Oh hell no!
-
thnx just updated and seems ok.AQI is not working for me or my location i guess?I can find my location at AQI site and added my api at config.js but module always shows “severe poluted” .
@cowboysdude oh man ,we have nearly the same temp at celsius in Greece and we thing that is a very cold weather :) -

my api seems to have some calls but maybe Aqi not sending the right data?

-
@costascontis Hello. I saw that you live in
greece like me. Can you help me out with this module because I have a couple of problems. First the icons are not always visible. second the day forecast never show up. And third it always shows wrong temperature. I have correctly put my api key from open weather. Any ideas? -
openweather is your problems ,ditch that api and create a free new one at darksky provider.Dont forget to Put your Lat and Long at config.
-
@mykle1 If I do the same for Greek translation will someone fix it for the module?
-
Yeah I’m sure ‘someone’ will fix it LOL
IF this is correct:
{
“Rise”:“Восход”,
“Set”:“Закат”,
“4 Day Forecast”:“Прогноз на 4 дня”,
“Monday”: “Понедельник”,
“Tuesday”: “Вторник”,
“Wednesday”: “Среда”,
“Thursday”: “Четверг”,
“Friday”: “Пятница”,
“Saturday”: “Суббота”,
“Sunday”: “Воскресенье”,
“Hours of Light”:“Длительность дня”,
“Last Updated”: “Последнее обновление”,
“Today”:“Сегодня”,
“Night”:“Ночь”,
“Mon”:“Пн”,
“Tue”:“Вт”,
“Wed”:“Ср”,
“Thu”:“Чт”,
“Fri”:“Пт”,
“Sat”:“Сб”,
“Sun”:“Вс”,
“No Wind”: “Штиль”,
“Humidity”: “Влажность”,
“Visibility”:“Видимость”,
“Pressure”:“Давление”,
“Excellent”:“Отлично”,
“Good”:“Хорошо”,
“Lightly Polluted”:“Легкие загрязнения”,
“Moderately Polluted”:“Умеренные загрязнения”,
“Heavily Polluted”:“Сильные загрязнения”,
“Forecast”:“Прогноз”
}I just added it to NOAA3… let me know if anything is wrong.
-
Here is the Greek translation. I also tried to make a pull request on github but I am not sure If I did it right since this is my first pull request. I hope someone will fix it :winking_face: :winking_face: :winking_face:
Thank you very much.{ “Rise”:"Ανατολή", “Set”:"Δύση", “4 Day Forecast”:"Πρόβλεψη 4 Ημερών", “Monday”:"Δευτέρα" “Tuesday”:"Τρίτη", “Wednesday”:"Τετάρτη", “Thursday”:"Πέμπτη", “Friday”:"Παρασκευή", “Saturday”:"Σάββατο", “Sunday”:"Κυριακή", “Hours of Light”:"Διάρκεια Ημέρας", “Last Updated”:"Τελευταία Ενημέρωση", “Today”:"Σήμερα" “Night”:"Νύχτα", “Mon":"Δευ", “Tue”:"Τρι" “Wed”:"Τετ", “Thu”:"Πεμ", “Fri”:"Παρ", “Sat”:"Σαβ", “Sun”:"Κυρ", “No Wind”:"'Οχι Άνεμος", “Humidity”:"Υγρασία", “Visibility”:"Ορατότητα", “Pressure”:"Πίεση" “Excellent”:"Έξοχος", “Good”:"Καλός", “Lightly Polluted”:"Ελαφριά Ρύπανση", “Moderately Polluted”:"Μέτρια Ρύπανση", “Heavily Polluted":"Βαριά Ρύπανση", “Forecast”:"Πρόβλεψη" } -
@cowboysdude I just noticed that you have made a small mistake in NOAA’s translations folder in github. You have named the Russian translation as Greek. Check it out when you have the time.
-
@anthony I added a gr.json file which should be the greek one :) Not sure how I could mix them up there is no ru.json so not sure how they got mixed up LOL
-
@cowboysdude I saw that you replaced the content of gr.json. So now you have to make a ru.json for the russian translation since you have it already. Thank you for merging the translation. Can’t wait to go home to test how it looks. Although the last 4 days the 4 day forecast is not showing any pictures. Do you have any idea what might be the problem? I have uninstall/reinstall the module, restart the MM and the pi several times but nothing.
-
@cowboysdude I made the update and nothing changed in the module’s language. Still in English. I changed the language in my config.js from “en” to “gr” but then only black screen when I restart MM. Am I doing something wrong or something in the translation is wrong?
-
@anthony run your mirror in dev mode - npm start dev and if there’s an error you’ll see it and it’ll name the module. Let me know what it says :) We’ll get it working!
-
@cowboysdude
Are these logs suspicious?:MMM-Remote-Control received a module notification: WEATHER from sender: MMM-NOAA3 module.js:154 clock received a module notification: WEATHER from sender: MMM-NOAA3 module.js:154 calendar received a module notification: WEATHER from sender: MMM-NOAA3 module.js:154 MMM-Cursor received a module notification: WEATHER from sender: MMM-NOAA3 module.js:154 MMM-SystemStats received a module notification: WEATHER from sender: MMM-NOAA3 module.js:154 MMM-horoscope received a module notification: WEATHER from sender: MMM-NOAA3 module.js:154 mmm-food2fork-recipes received a module notification: WEATHER from sender: MMM-NOAA3 module.js:154 MMM-MovieInfo received a module notification: WEATHER from sender: MMM-NOAA3 module.js:154 MMM-History received a module notification: WEATHER from sender: MMM-NOAA3 module.js:154 MMM-RadioDe received a module notification: WEATHER from sender: MMM-NOAA3I can’t see any errors except some electron warnings.
Electron Security Warning (Insecure Resources) This renderer process loads resources using insecure protocols.This exposes users of this app to unnecessary security risks. Consider loading the following resources over HTTPS or FTPS. - http://0.0.0.0:8080/css/main.css - http://0.0.0.0:8080/fonts/roboto.css - http://0.0.0.0:8080/socket.io/socket.io.js - http://0.0.0.0:8080/vendor/node_modules/nunjucks/browser/nunjucks.min.js - http://0.0.0.0:8080/js/defaults.js - http://0.0.0.0:8080/config/config.js - http://0.0.0.0:8080/vendor/vendor.js - http://0.0.0.0:8080/modules/default/defaultmodules.js - http://0.0.0.0:8080/js/logger.js - http://0.0.0.0:8080/translations/translations.js - http://0.0.0.0:8080/js/translator.js - http://0.0.0.0:8080/js/class.js - http://0.0.0.0:8080/js/module.js - http://0.0.0.0:8080/js/loader.js - http://0.0.0.0:8080/js/socketclient.js - http://0.0.0.0:8080/js/main.js - http://0.0.0.0:8080/fonts/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2 - http://0.0.0.0:8080/translations/en.json - http://0.0.0.0:8080/translations/en.json - http://0.0.0.0:8080/modules/MMM-pages//MMM-pages.js - http://0.0.0.0:8080/modules/MMM-pages/pages.css - http://0.0.0.0:8080/modules/MMM-Remote-Control//MMM-Remote-Control.js - http://0.0.0.0:8080/modules/MMM-Remote-Control/remote-control.css - http://0.0.0.0:8080/modules/MMM-page-indicator//MMM-page-indicator.js - http://0.0.0.0:8080/vendor/node_modules/font-awesome/css/font-awesome.min.css - http://0.0.0.0:8080/modules/MMM-page-indicator/page-indicators.css - http://0.0.0.0:8080/modules/default/alert//alert.js - http://0.0.0.0:8080/modules/default/alert/classie.js - http://0.0.0.0:8080/modules/default/alert/modernizr.custom.js - http://0.0.0.0:8080/modules/default/alert/notificationFx.js - http://0.0.0.0:8080/modules/default/alert/ns-default.css For more information and help, consult https://electronjs.org/docs/tutorial/security. This warning will not show up once the app is packaged.Any help appreciated.
-
but I am getting this error when I run
pm2 logs mmand before I start MM:0|mm | TypeError: self.provider.getALERT is not a function 0|mm | at Class.getALERT (/home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js:118:23) 0|mm | at Timeout.self.updateInterval.setInterval [as _onTimeout] (/home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js:60:9) 0|mm | at ontimeout (timers.js:427:11) 0|mm | at tryOnTimeout (timers.js:289:5) 0|mm | at listOnTimeout (timers.js:252:5) 0|mm | at Timer.processTimers (timers.js:212:10) 0|mm | TypeError: self.provider.getALERT is not a function 0|mm | at Class.getALERT (/home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js:118:23) 0|mm | at Timeout.self.updateInterval.setInterval [as _onTimeout] (/home/pi/MagicMirror/modules/MMM-NOAA3/node_helper.js:60:9) 0|mm | at ontimeout (timers.js:427:11) 0|mm | at tryOnTimeout (timers.js:289:5) 0|mm | at listOnTimeout (timers.js:252:5) 0|mm | at Timer.processTimers (timers.js:212:10) 0|mm | ATTENTION: default value of option force_s3tc_enable overridden by environment.
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
