Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@tbbear said in MMM-NOAA - Another Weather Module:
after u clone from my repository
You’re maintaining NOAA now?
-
No… any cloning or git pull should ONLY be done from MMM-NOAA master …
-
@Mykle1 of course not, but i changed a few things and it looks like the people like it but its def. John s modules
-
That should be done via pull request to the main repository… ;)
Well because what’s going to end up happening is there will be different versions and that will just confuse the issues.
-
@tbbear Thanks a lot , i can be patient :D
-
Hi,
First of all, Thank you for this great module.After the latest MM update, this module stopped working correctly for him. Does someone know how i can fix this problem.
Here is a picture :
Here is my config;
{ disabled: false, module: 'MMM-NOAA', position: 'top_right', config: { apiKey: "83c61585aabeb89c", // https://www.wunderground.com/weather/api select the middle plan... useAir: true, // set to false if you do not want to use Air Quality Index airKey: "x7hcisbyAjENpBy4f", // IF you want Air Quality Index pws: "IKIVIKKO4", // go here to find your pws: https://www.wunderground.com/wundermap showClock: true, // Hides or shows clock dformat: false, // for M/D/YYYY format, false for D/M/YYYY format: "24", // 12 or 24 hour format.. will default to 12 hour if none selected. ampm: true, // to show AM and PM on Sunrise/Sunset time showGreet: false, // deafult is false - to show greeting under clock and above date name: "Moe", // Your name showWind: false, showDate: false, showForecast: true, //show bottom 3 day forecast flash: true, //Today in forecast flashes halo showUV: true, //show UV index showBar: true, // show Barometer showHum: true, //show Humidity level position: 'top_right', //whatever you have in above position must also be here alert: true, //show weather alerts default is true days: "3" //default in config is 3 can be either "3" or "10" for forecast } },
-
@gashion Hi, looks like u are using the v2 so u need to change ur config. U need only a few lines now:
apiKey
airKey
and rename pws to pws1
Please remove the rest -
@tbbear
Hi, thanks for ur reply.I tried what u said and still the same. Nothing changed.
New config settings:
{ disabled: false, module: 'MMM-NOAA', position: 'top_right', config: { apiKey: "83c61585aabeb89c", // https://www.wunderground.com/weather/api select the middle plan... airKey: "x7hcisbyAjENpBy4f", // IF you want Air Quality Index pws: "IKIVIKKO4", // go here to find your pws: https://www.wunderground.com/wundermap } },
-
@gashion Good but u forgot one thing Rename pws to pws1!!!
-
Hello,
First of all, thanks for your work.
I did have the same issue that @gashion had. I read your comment, it fix it !
But… to be honnest I really prefer the v1 look and feel. So is there a way to revert change and stay back in the v1 version ?