Read the statement by Michael Teeuw here.
currentWeather module showWindDirection not working
-
I am trying to disable the showWindDirection by overwriting the default property to false. But it does not take effect. All other properties like for example showHumidity I tried out work, its just that I cant get the wind direction disabled. Anyone got a clue? Thanks!
-
@saltyriver can u show the module config from config.js
-
@sdetweil This is my module config with the sensitive infos removed of course. It works fine, just the showWindDirection property refuses to:
{
module: “currentweather”,
position: “top_right”,
config: {
location: “My city”,
locationID: “My location ID”,
appid: “My appid”,
roundTemp: true,
degreeLabel: true,
showWindDirection: false,
showHumidity: false,
initialLoadDelay: 1000
}
}, -
@saltyriver spelled correctly, in right place, not sure why
if u open dev window, sources tab , modules open the source for current weather.js put a stop on line 130 (click line number), push f5, or ctrl-r
which is bad, hover mouse over to view object
this
config
showWindDirection