• 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 hangs at "Loading..."

Scheduled Pinned Locked Moved Troubleshooting
7 Posts 2 Posters 1.4k 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.
  • G Offline
    goobertek
    last edited by May 16, 2020, 2:55 PM

    Regardless of the which provider I chose the “weather” module stops at “Loading…” the other modules are loading fine. here is my code:

    {
        module: "weather",
        position: "top_right",
        config: {
             weatherProvider: "weathergov",  
             units: "config.units",
             tempUnits: "config.units",
             windUnits: "config.units",
             roundTemp: "true",
             updateInterval: "1000",
             api: "https://api.weather.gov/points/",
             weatherEndpoint: "/forcast",
             lat: "38.9536",
             lon: "-94.7336",
             type: "current"
                     }
     },
    
    S 2 Replies Last reply May 16, 2020, 4:39 PM Reply Quote 0
    • S Offline
      sdetweil @goobertek
      last edited by sdetweil May 16, 2020, 4:47 PM May 16, 2020, 4:39 PM

      @goobertek don’t post twice…

      I deleted the duplicate

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @goobertek
        last edited by May 16, 2020, 4:51 PM

        @goobertek read the readme…

        you’ve got a typo

        weatherEndpoint	The weather.gov API endPoint.
        
        Possible values: /forecast for forecast and /forecast/hourly for current.
        This value is REQUIRED
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • G Offline
          goobertek
          last edited by May 21, 2020, 11:55 AM

          Thanks for the support but I am still getting “Loading…” The only thing I changed was:

          weatherEndPoint: “/forecast”,

          1 Reply Last reply Reply Quote 0
          • G Offline
            goobertek
            last edited by May 21, 2020, 5:32 PM

            I think there is something more fundamentally wrong with my config file because I can’t get the default weather config to work. Here is my config file:

                           {
                                    module: "weather",
                                    position: "top_right",
                                    config: {
                                            type: 'current'
                                            }
                            },
            
            

            It just sits at “Loading” while all those before and after work fine. How long should this take to load?

            S 1 Reply Last reply May 21, 2020, 6:10 PM Reply Quote 0
            • S Offline
              sdetweil @goobertek
              last edited by May 21, 2020, 6:10 PM

              @goobertek the doc says there is a whole bunch of options

              https://docs.magicmirror.builders/modules/weather.html#configuration-options

              that go inside the

              config: {
              
              }
              

              section

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • G Offline
                goobertek
                last edited by May 21, 2020, 11:17 PM

                Thanks!

                I was thinking about that but the documentation indicates where something is required. I had all of the options added but that didn’t work either. I am running the Mirror Server. Would that make a difference?

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