Navigation

    MagicMirror Forum

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

    Default currentweather and weatherforecast not displaying

    Troubleshooting
    2
    6
    48
    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
      brendan_c23 last edited by

      I registered for api key yesterday and have entered in the locationIDs and appids in the config.js file under weatherforecast and currentweather modules. I do not receive any errors after saving but nothing comes up in the magicmirror interface once I run the magic mirror. Any help would be appreciated

      B 1 Reply Last reply Reply Quote 0
      • B
        brendan_c23 @brendan_c23 last edited by

        @brendan_c23 Turns out my api key was off by a letter. Got the current weather to display, but the temperatures are definitely off. It says it is 0.1 degrees and feels like -3 degrees where I am, but the app on my Iphone says it is 36 degrees outside. I have verified that I have entered the correct locationID for the city/state that Im in. My weather forecast still isnt displaying either.

        B 1 Reply Last reply Reply Quote 0
        • B
          brendan_c23 @brendan_c23 last edited by

          @brendan_c23
          Here is my config.js file

          {
          module: “weatherforecast”,
          position: “top_right”,
          header: “Weather Forecast”,
          conifg: {
          location: “Raleigh”,
          locationID: “4487042”,
          appid: “b3da6c6f773acb0ed39cdbXXXXXXXXXX”,
          }
          },
          {
          module: “currentweather”,
          position: “top_right”,
          config: {
          location: “Raleigh”,
          locationID: “4487042”,
          appid: “b3da6c6f773acb0ed39cdbXXXXXXXXXX”,
          }
          },

          B JerryP 3 Replies Last reply Reply Quote 0
          • B
            brendan_c23 @brendan_c23 last edited by

            @brendan_c23 Would really appreciate any help. The time is off also for the current weather. Still can not get weather forecast to display

            1 Reply Last reply Reply Quote 0
            • JerryP
              JerryP @brendan_c23 last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • JerryP
                JerryP @brendan_c23 last edited by

                @brendan_c23

                {
                	module: "currentweather",
                	position: "top_right",
                	config: {
                		location: "Raleigh",
                		locationID: "4487042",
                		appid: "TOP SECRTE"
                }},
                {
                	module: "weatherforecast",
                	position: "top_right",
                	header: "",
                	config: {
                		location: "Raleigh",
                		locationID: "4487042",
                		appid: "Top Secret",
                		fade: false,
                		colored: true,
                }},
                

                This loc ID i test on my own mirror and it’s working. So Or your APPID is false or you make een wrong " at the start or end.

                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