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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login