Read the statement by Michael Teeuw here.
MMM-NOAA
-
Thanks all for your help!
@idoodler I deleted MMM-Fuel from my config.js. Nothing changed, the other modules mentioned before won‘t work…this seems to be a problem with MMM-NOAA „blocking“ other modules.
@cowboysdude I run the latest version, even tried a re-installation. I adjusted the config to the current version, i.e only using apiKey and airKey as shwon in the readme.
Any more ideas…?
-
Ok i tried another weather module instead of mmm–noaa.
Everything is on screen and works perfectly.
So (in my case) mmm–noaa causes the problems.Anyway I would like to stick to mmm–noaa for its better visualization and tools.
I appreciate any help and solutions.Thanks!
-
@core You can open the MagicMirror Interface in Chrome on your desktop, open the Development Tools („F12“ on Windows) head over to „Console“ and check for anything red.
-
I don’t like to speak for someone else but in this case . . .
@cowboysdude is a personal friend of mine. He is currently in the middle of a massive re-write of NOAA, and that’s after he puts in long days at his day job. I’m sure he’ll investigate this issue when he can. In the meantime, which version of NOAA are you running. I see CBD asked you but you didn’t answer him. :-/
-
@mykle1 im hanging on the side till the new release… thanks for the heads up
-
Hi,
@idoodler thanks for your help, I will try it!
@Mykle1 I know that CBD is currently working on an update for this module and I understand that this is very time consuming. I think I will wait for the new version :)
With regard to CBD question: I wrote him (see my prevoius post) that I am using the latest version of this module (V 2.1.7).Thanks all for your help!
@idoodler I deleted MMM-Fuel from my config.js. Nothing changed, the other modules mentioned before won‘t work…this seems to be a problem with MMM-NOAA „blocking“ other modules.
@cowboysdude I run the latest version, even tried a re-installation. I adjusted the config to the current version, i.e only using apiKey and airKey as shwon in the readme.
Any more ideas…?
Best regards!
-
-
Same behavior with my mirror.
After latest MMM-NOAA update my MMM-CalendarExt doesn‘t work anymore. No errors in logs.
I was forced to deactivate NOAA. :( -
Hi,
I installed MMM-NOAA V2.0 just now, but the lines necessary in the config.js struck me as being too little.
No ‘position’, etc, just the api’s.
I read that it takes:language: “en”,
timeFormat: 24,
units: “metric”,from the config.js, but then still I am missing info like ‘location’, ‘locationID’, etc.
How does it know which city to take ?
What weather information is currently displayed ? England due to “en” ? :-)In github I read:
“In this new Version you can select up to 3 different weather locations like in this example.”
but I fail to see this.
Could you please provide me with a correct config.js entry for this otherwise good looking module ??
And airvisual.com refuses to give me api (does not send me the confirmation mail), but that not a fault of the module.
Best regards,
Erik-Jan
-
This is from the readme.
{ disabled: false, module: 'MMM-NOAA', position: 'top_right', config: { apiKey: "YOUR API KEY", // https://www.wunderground.com/weather/api select the middle plan... airKey: "YOUR API KEY", // IF you want Air Quality Index pws: "KNYELMIR13", // go here to find your pws: https://www.wunderground.com/wundermap } },
And this is mine
{ disabled: false, module: 'MMM-NOAA', position: 'top_left', config: { apiKey: "MY API KEY", // https://www.wunderground.com/weather/api select the middle plan... airKey: "MY AIR KEY", // IF you want Air Quality Index pws1: "KNYNEWYO103", // go here to find your pws: https://www.wunderground.com/wundermap animationSpeed: 0, } },