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

    muaystan

    @muaystan

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

    muaystan Unfollow Follow

    Latest posts made by muaystan

    • RE: Default Weather module not loading and no error showing.

      I know this is old but…my weather wasnt loading. I was trying to use the “forecast” option. Figured out (despite what @Mykle1 said above) that it does work with API keys but I needed to changed weatherEndpoint: in the weather.js file

                      apiKey: "YOUR-API-KEY",
                      apiSecret: "",
                      apiVersion: "2.5",
                      apiBase: "https://api.openweathermap.org/data/", // TODO: this should not be part of the weather.js $
                      weatherEndpoint: "/forecast",
      

      I had it set to forecast in the config/config.js (below) but that wasnt enough. After I changed the weatherEndpoint, it worked. The

                      {
                              module: "weather",
                              position: "bottom_right",
                              config: {
                                      type: "forecast"
                              }
                      },
      
      

      Hope this helps someone.
      ddc1edca-508f-483c-840f-9b12c4ac13a6-image.png

      posted in Troubleshooting
      M
      muaystan