Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@JoeFranz sorry, but now its ok
-
@tbbear Sun ist shining… :-)
Thank you -
Well hopefully the moon issue is solved :)
-
Description:
Update
-
Fixed American Alert system [see video] Will show alert with expiration date. If there are more than 1 warning will show the number of warnings in the Weather Warning header, again, see video.
https://www.youtube.com/watch?v=tZV-UKk6AWk -
Added night to the forecast at top [now shows Day and Night] switches to night at 6 PM.
-
Cleaned up code
-
Moon works for ANY language.
Using custom css you can change header color like this …
.MMM-NOAA .rheading {
background-color: #868c88;
}Putting this
.MMM-NOAA .rheading {
display: none;
}in your custom.css will net you this:
Version 1.2.0
Download:
[card:cowboysdude/MMM-NOAA]
-
-
I’d appreciate it if you would stop making this module better and better and let some of us little guys get some air time. ;-)
-
Hey guys, I cant get this module to show up on my mirror, can someone help me out?
Hey everyone, I am kind of new to this, but think i get the basics
I got the module installed by entering the following commands
cd MagicMirror/modules
git clone https://github.com/cowboysdude/MMM-NOAA.git
cd MMM-NOAA
npm installI then did the config as follows
{ module: 'MMM-NOAA', postition: 'top_left', config: { apiKey: "4cc3880807c6aaa9", // https://www.wunderground.com/weather/api select the middle plan... airKey: "orBbd9wjdyTK6yp5R", // IF you want Air Quality Index pws1: "KMIWESTL11" , loco1: "Detroit/Us", }
},
Yet when it loads I dont see anything on my mirror
-
@kbostick88 Hi, look at ur config its called position not postition only a little typing error
-
@tbbear Thank you, I can’t believe I didn’t see that. Now it shows up! but I have NaN issues
-
@kbostick88 are u sure that ur keys are ok and also ur pws1. i will check them if u want
-
@kbostick88 Looks like ur pws1 is not correct, maybe again a typing error … -)