MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    SOLVED Stock Weather Module Not Loading

    Troubleshooting
    3
    7
    358
    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.
    • S
      SoleLo last edited by

      Upgraded to V2.20.0 from V2.15.0 and stock weather module not loading where current weather and weather forecast loaded before. Using OpenWeather API and double checked the API and the location ID multiple times and still doesn’t work. Below is my config

      {
      			module: 'MMM-AirQuality',
      			position: 'top_left', // you may choose any location
      			config: {
      				location: 'usa/state/city',// the location to check the index for
      				showLocation: false
      					}
      		},
      		
      		{
      			module: "weather",
      			position: "top_left",
      			config: {
      				
      				location: "City Name",
      				locationID: "45091xxx", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				appid: "b2f2xxxxxxxxxxxxxxxxxx"
      			
      					}
      		},
      		
      			```
      B S 2 Replies Last reply Reply Quote 0
      • B
        burnydoom @SoleLo last edited by

        I have the same issue, I guess. Actually the module is loading just fine. But it is only displayed in landscape not portrait mode.

        Any dev aware of this?

        S 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @SoleLo last edited by

          @SoleLo weather has changed (2.16 or 17 I think). u need to select a provider.

          weather replaces weatherForecast and currentWeather

          Sam

          Create a working config
          How to add modules

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @burnydoom last edited by

            @burnydoom module doesn’t know screen orientation. so, show some of the config( xx out any personal info)

            Sam

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • S
              SoleLo @sdetweil last edited by

              @sdetweil I saw that and updated it all, and I’m only using weather now. It still doesn’t seem to be loading, from what I read the default is “current” so I am just trying to get that one working before working on “forecast.”

              S 1 Reply Last reply Reply Quote 0
              • S
                sdetweil @SoleLo last edited by sdetweil

                @SoleLo and u got the API key from the source provider? openweather or whatever

                openweather as source says it’s

                apiKey:

                not appid:

                Sam

                Create a working config
                How to add modules

                S 1 Reply Last reply Reply Quote 0
                • S
                  SoleLo @sdetweil last edited by

                  @sdetweil that was it. 🤦🏾♂ I totally missed that multiple times

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy