Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@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 } },
-
@tbbear I live in a windy area. Today Force 5/6.
As you can see with this screenshot the O doesn’t appear. Even if the config.js is well setup to display this information (as you can see on the post above)
-
@rezocharly ok, so its another problem.
First the lines “ALERT” and the “Warning Level:” are parts of ur language translation file. So add them their and it will show in the correct language. Here my de.json file from translation dir."***ALERT***":"*** Wetterwarnungen ***", "Warning Level: ":"Warnstufe: ",
Second ur wind problem. This module depends on wunderground which is a network of personal wheaterstations. NOT every person who has a PWS has also a wind sensor. Maybe u try to select another
StationID which has one. (i had the same problem too)Third with alerts: false i have this in my config.js just before the line position: … and it works.
-
@rezocharly said in MMM-NOAA - Another Weather Module:
@tbbear I live in a windy area. Today Force 5/6.
As you can see with this screenshot the O doesn’t appear. Even if the config.js is well setup to display this information (as you can see on the post above)
Just add this to your custom css
.MMM-NOAA .set {
float: left;
} -
Thanks a lot for this information I got it but unfortunately nobody have a wind sensor around me :)
I confirm, just before the line position, alerts are not displayed anymore.
-
@rezocharly just disable that in the config like this:
showWind: false
As for the alerts I’m gonna let @tbbear chime in on this one…he rewrote the alerts :)
-
This module works perfect … almost …
Is it possible to change CET in alerts to MET ( I use the Dutch translation)?
Peter -
@Peter The translation for the alerts depends on google translate, so at the moment we cant change this
-
@tbbear thanks!
Peter