• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

currentWeather module showWindDirection not working

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 500 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    SaltyRiver
    last edited by Feb 7, 2021, 7:48 PM

    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!

    S 1 Reply Last reply Feb 7, 2021, 7:57 PM Reply Quote 0
    • S Offline
      sdetweil @SaltyRiver
      last edited by Feb 7, 2021, 7:57 PM

      @saltyriver can u show the module config from config.js

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Feb 7, 2021, 8:04 PM Reply Quote 0
      • S Offline
        SaltyRiver @sdetweil
        last edited by Feb 7, 2021, 8:04 PM

        @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
        }
        },

        S 1 Reply Last reply Feb 7, 2021, 8:29 PM Reply Quote 0
        • S Offline
          sdetweil @SaltyRiver
          last edited by sdetweil Feb 7, 2021, 8:30 PM Feb 7, 2021, 8:29 PM

          @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

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            1/4
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy