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

Default currentweather and weatherforecast not displaying

Scheduled Pinned Locked Moved Troubleshooting
8 Posts 2 Posters 1.1k 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 Feb 22, 2021, 3:36 AM

    @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 Feb 22, 2021, 3:40 AM Reply Quote 0
    • B Offline
      brendan_c23 @brendan_c23
      last edited by Feb 22, 2021, 3:40 AM

      @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 J 3 Replies Last reply Feb 22, 2021, 5:53 PM Reply Quote 0
      • B Offline
        brendan_c23 @brendan_c23
        last edited by Feb 22, 2021, 5:53 PM

        @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
        • J Offline
          JerryP @brendan_c23
          last edited by Feb 23, 2021, 8:23 AM

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • J Offline
            JerryP @brendan_c23
            last edited by Feb 23, 2021, 8:35 AM

            @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 Feb 27, 2021, 12:15 AM Reply Quote 0
            • B Offline
              brendan_c23 @JerryP
              last edited by Feb 27, 2021, 12:15 AM

              @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

              J 1 Reply Last reply Feb 27, 2021, 7:35 AM Reply Quote 0
              • J Offline
                JerryP @brendan_c23
                last edited by Feb 27, 2021, 7:35 AM

                @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
                1 / 1
                • First post
                  6/8
                  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