MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. goobertek
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    goobertek

    @goobertek

    1
    Reputation
    4
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    goobertek Unfollow Follow

    Best posts made by goobertek

    • RE: "weather" module hangs at "Loading..."

      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?

      posted in Troubleshooting
      G
      goobertek

    Latest posts made by goobertek

    • RE: "weather" module hangs at "Loading..."

      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?

      posted in Troubleshooting
      G
      goobertek
    • RE: "weather" module hangs at "Loading..."

      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?

      posted in Troubleshooting
      G
      goobertek
    • RE: "weather" module hangs at "Loading..."

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

      weatherEndPoint: “/forecast”,

      posted in Troubleshooting
      G
      goobertek
    • "weather" module hangs at "Loading..."

      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"
                       }
       },
      
      posted in Troubleshooting
      G
      goobertek