• 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.

Weather module

Scheduled Pinned Locked Moved Troubleshooting
5 Posts 2 Posters 495 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.
  • B Offline
    boyboy
    last edited by Oct 2, 2020, 3:50 PM

    Hi,
    since update V2.13.0, all work fine but module weather has a problem.

    	{
    		module: "weather",
    		position: "top_left",
    		config: {
    			location: "myloc",
    			locationID: "myid", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
    			apiKey: "myapikay",
    			useBeaufort: "false",
    			showFeelsLike: "false",
    			showWindDirection: "false",
    			showSun: "false"
    		}
    	},
    

    because this options are displayed on my mm.
    useBeaufort: “false”,
    showFeelsLike: “false”,
    showWindDirection: “false”,
    showSun: “false”

    Someone has the same problem ?
    thx

    S 1 Reply Last reply Oct 2, 2020, 3:57 PM Reply Quote 0
    • S Away
      sdetweil @boyboy
      last edited by Oct 2, 2020, 3:57 PM

      @boyboy oh, true/false do not have quotes

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • B Offline
        boyboy
        last edited by Oct 2, 2020, 3:58 PM

        these options are displayed on the mirror while they are checked “false”

        useBeaufort: “false”,
        showFeelsLike: “false”,
        showWindDirection: “false”,
        showSun: “false”

        S 1 Reply Last reply Oct 2, 2020, 3:58 PM Reply Quote 0
        • S Away
          sdetweil @boyboy
          last edited by sdetweil Oct 2, 2020, 3:59 PM Oct 2, 2020, 3:58 PM

          @boyboy general rules

          the thing on the left of : does not need quotes

          if the thing to the right of : is a number or true/false, also does not need quotes

          if the thing to the right of : has letters in it, then it needs quotes, either kind are ok, but must be the same

          therefore

          useBeaufort: false,
          showFeelsLike: false,
          showWindDirection: false,
          showSun: false
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • B Offline
            boyboy
            last edited by Oct 2, 2020, 4:01 PM

            ok thanks for the information.
            That’s ok
            I learned something today

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              3/5
              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