Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    currentWeather module showWindDirection not working

    Troubleshooting
    2
    4
    32
    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
      SaltyRiver last edited by

      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 Reply Quote 0
      • S
        sdetweil @SaltyRiver last edited by

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

        S 1 Reply Last reply Reply Quote 0
        • S
          SaltyRiver @sdetweil last edited by

          @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 Reply Quote 0
          • S
            sdetweil @SaltyRiver last edited by sdetweil

            @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

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy