Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@tbbear said in MMM-NOAA - Another Weather Module:
oo i see so u are an iphone fan ?
I’m an iPhone user but I am not a fan of iPhone prices.
-
@Mykle1 hahah thats true but they are the best, i have a iphone x and its unbelievable
-
I’m still using the 6 but I have no intention of getting the newest version any time soon. I have to buy my grandchildren Christmas presents! :-)
-
@planet4 The problems are fixed. Please load the aktual version.
-
hi ! Thanks for this great plugin !
-
There is a way to hide the ALERT block ?
-
I use the AirVisual API for the air quality index but it’s look incorrect about when I check the data from my city. There is a way to be more accurate?
Thanks a lot
-
-
@rezocharly said in MMM-NOAA - Another Weather Module:
hi ! Thanks for this great plugin !
-
There is a way to hide the ALERT block ?
-
I use the AirVisual API for the air quality index but it’s look incorrect about when I check the data from my city. There is a way to be more accurate?
Thanks a lot
Added a config option
add -> alert:false
to your config and it will not show alert.I don’t know what you mean by ‘look incorrect’ … it uses the lat and lon of your location BUT you can also add lat: your lat and lon: your lon to the config file… see if that improves it :)
-
-
thanks a lot @cowboysdude but alert are still displayed with alert: false,
And with showWind: true, indications about wind are not diplayed.
-
Could you please show where you added the config options? Maybe it’s in the wrong place and therefore ignored?
-
@rezocharly … if there is no wind than it will not be displayed so no wind 0 will appear
-
Here you can see my config.js file: ( I’ve try first and last line)
{ disabled: false, module: 'MMM-NOAA', position: 'bottom_left', config: { alert: false, apiKey: "XXXXXX", // 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: "XXXXXX", // IF you want Air Quality Index pws: "IAMIENS35", // go here to find your pws: https://www.wunderground.com/wundermap showClock: false, // 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: "charly", // Your name showWind: true, showDate: false, showForecast: true, //show bottom 3 day forecast flash: false, //Today in forecast flashes halo showUV: true, //show UV index showBar: true, // show Barometer showHum: true, //show Humidity level position: 'bottom_left' //whatever you have in above position must also be here } },