Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
if u use pm2, u should check
pm2 logsand check the errors. Other way is to start MM with develop mode:npm start devor with ssh:DISPLAY=:0 npm start devOr start it with Firefox on your pc and use Firebug
-
@cruunnerr , I am very sorry and it sounds stupid, but I have no idea how my MM starts.
I had a lot problems to make its start automatically, but now it works.
I cannot stop MM, only minimalise it with CRTL-M.
SSH does not work (for some reason) VNC works well.
Peter -
After every update of MMM-NOAA the current weather is back in english again.
Translation of the current weather is not in the Dutch translation file.
Any idea how to fix this definitely?
Peter -
@Peter said in MMM-NOAA - Another Weather Module:
Any idea how to fix this definitely?
Isn’t the nl.json file Dutch translations? If not, you can help. How does that sound? :-)
-
Take any one of the translation files that you find in the tranaslations folder of the MMM-NOAA folder.
-
Make a copy of the file and rename the copy
-
Edit the copy . Don’t edit the left side which are the English words.
-
Edit the right side words so that they are the correct translations in Dutch for English words on the left side.
-
Save the file and submit it to the author
-
-
@Mykle1 thanks.
I did something like that.
This part is missing in the nl.json:"OVERCAST": "Overcast", "CLOUDY": "Cloudy", "RAIN": "Rain", "CLEAR": "Clear", "PARTLY_CLOUDY": "Partly Cloudy",So, I copied this from the en.json, pasted it in the nl.json and translated the right side, like this:
"OVERCAST": "Grotendeels bewolkt", "CLOUDY": "Bewolkt", "RAIN": "Regen", "CLEAR": "Helder", "PARTLY_CLOUDY": "Gedeeltelijk bewolkt",After restarting MM it shows: Overcast …
Strange about this: in the older version of NOAA the same part is missing in nl.json, but the translation is ok.
So I presume the translation is somewhere else …
Peter -
@Peter Hello Peter, i found the Problem since a few Versions of NOAA the translation comes directly from wunderground and during the last Change from @cowboysdude he made a small mistake. We will fix this soon.
-
@tbbear great!
Thanks!
Peter -
@tbbear said in MMM-NOAA - Another Weather Module:
translation comes directly from wunderground
Oh, this I did not know. Thanks for the info, Robert.
@Peter I am sure he will correct it soon enough
-
@tbbear If you put lang: and your languagecode from Wunderground in MMM-NOAA:s config in my case SW for Sweden
it works. -
@Nilnik Hi, the problem is only in the latest version.
@ALL The problem is fixed , please do ur git pull in MMM-NOAA
-
Hello,
I try to config this module, but i have some error when launching
0|mm | App threw an error during load 0|mm | Error: Cannot find module 'google-translate-api' 0|mm | at Module._resolveFilename (module.js:455:15) 0|mm | at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) 0|mm | at Function.Module._load (module.js:403:25) 0|mm | at Module.require (module.js:483:17) 0|mm | at require (internal/module.js:20:19) 0|mm | at Object. (/home/pi/MagicMirror/modules/MMM-NOAA/node_helper.js:9:19) 0|mm | at Module._compile (module.js:556:32) 0|mm | at Object.Module._extensions..js (module.js:565:10) 0|mm | at Module.load (module.js:473:32) 0|mm | at tryModuleLoad (module.js:432:12) 0|mm | Whoops! There was an uncaught exception... 0|mm | { Error: Cannot find module 'google-translate-api' 0|mm | at Module._resolveFilename (module.js:455:15) 0|mm | at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) 0|mm | at Function.Module._load (module.js:403:25) 0|mm | at Module.require (module.js:483:17) 0|mm | at require (internal/module.js:20:19) 0|mm | at Object. (/home/pi/MagicMirror/modules/MMM-NOAA/node_helper.js:9:19) 0|mm | at Module._compile (module.js:556:32) 0|mm | at Object.Module._extensions..js (module.js:565:10) 0|mm | at Module.load (module.js:473:32) 0|mm | at tryModuleLoad (module.js:432:12) code: 'MODULE_NOT_FOUND' }Di i made some mistake ? I never need google translate since now
-
@Desaydrone said in MMM-NOAA - Another Weather Module:
google-translate-api
Sorry i found my mistake, i forgot “npm install” :( Sorry
-
Hi,
Sorry for these stupid questions.- How can I get the temperature with 1 or 2 decimals?
- I want to get data from 2 different locations (Home & Holiday home abroud)
Can I copy module & rename it MMM-NOAA2 or can I put 2 different API & PWS locations in?
-
@Johans Hi Johans, to ask is never stupid. So to your questions:
- The module gets his data from Wunderground so it can only display what it gets.
- Yes, this should be possible and u said how it can be done. U can copy it to a new name and
npm install their. Dont forget to add the renamed module in the config file
-
@tbbear thanks for the quick answer.
I will copy & rename & add into config file.About temp with decimals, I installed also MMM-MyWeather which takes the data from wunderground (just to compare both weather modules) - in fact It uses same API & PWS as NOAA, but here i’m getting the temperature with 1 decimal. (not 7°, but 7.4°).
Anyhow, no big deal, I can live with it. I just asked, maybe there was a setting for the temp decimals which wasn’t yet communicated or so. -
@Johans OK, so let me check what is possible
(by the way u must have a very sensible skin to feel decimals … only joking) -
@tbbear said in MMM-NOAA - Another Weather Module:
@Johans OK, so let me check what is possible
(by the way u must have a very sensible skin to feel decimals … only joking)MMM-NOAA.js starting line 310.
Math.round()is used which rounds up or down and eliminates decimals.
Maybe you could add a config option to specify number of decimals? -
Working on re-formatting this to have a smaller foot print…as I know space is a premium!
Stay tuned…
-
Just a sneak peek…

-
Damn you! :-)
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
