• 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
  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 May 16, 2020, 2:35 PM
Last Online May 23, 2020, 2:13 PM

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
    May 21, 2020, 11:17 PM

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
    May 21, 2020, 11:17 PM
  • 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
    May 21, 2020, 5:32 PM
  • 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
    May 21, 2020, 11:55 AM
  • "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
    May 16, 2020, 2:55 PM
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