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

      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 Reply Quote 0
      • S Do not disturb
        sdetweil @goobertek
        last edited by sdetweil

        @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 Do not disturb
          sdetweil @goobertek
          last edited by

          @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

            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

              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 Reply Quote 0
              • S Do not disturb
                sdetweil @goobertek
                last edited by

                @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

                  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

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Register Login
                  • 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