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.

    Default currentweather and weatherforecast not displaying

    Scheduled Pinned Locked Moved Troubleshooting
    8 Posts 2 Posters 1.5k 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
      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 Offline
        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 JerryPJ 3 Replies Last reply Reply Quote 0
        • B Offline
          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
          • JerryPJ Offline
            JerryP @brendan_c23
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • JerryPJ Offline
              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.

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

                @jerryp I have exact same code as you got. 4487042 as my ID, still giving me wrong temperature and weather forecast is not showing up. Made sure I have correct quotations everywhere

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

                  @brendan_c23 The only thin I can think off is that the API is not working or correct config.

                  If you run the Develop en see the log.
                  shift + Control + I
                  And than look for the faults

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