• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Stock Weather Module Not Loading

Scheduled Pinned Locked Moved Solved Troubleshooting
7 Posts 3 Posters 1.2k Views 3 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.
  • S Offline
    SoleLo
    last edited by Aug 4, 2022, 3:09 PM

    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 Aug 4, 2022, 3:48 PM Reply Quote 0
    • B Offline
      burnydoom @SoleLo
      last edited by Aug 4, 2022, 3:48 PM

      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 Aug 4, 2022, 4:02 PM Reply Quote 0
      • S Away
        sdetweil @SoleLo
        last edited by Aug 4, 2022, 4:01 PM

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

        weather replaces weatherForecast and currentWeather

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Aug 4, 2022, 4:42 PM Reply Quote 0
        • S Away
          sdetweil @burnydoom
          last edited by Aug 4, 2022, 4:02 PM

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

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • S Offline
            SoleLo @sdetweil
            last edited by Aug 4, 2022, 4:42 PM

            @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 Aug 4, 2022, 4:54 PM Reply Quote 0
            • S Away
              sdetweil @SoleLo
              last edited by sdetweil Aug 4, 2022, 4:56 PM Aug 4, 2022, 4:54 PM

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

              openweather as source says it’s

              apiKey:

              not appid:

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              S 1 Reply Last reply Aug 4, 2022, 5:02 PM Reply Quote 0
              • S Offline
                SoleLo @sdetweil
                last edited by Aug 4, 2022, 5:02 PM

                @sdetweil that was it. :man_facepalming_medium-dark_skin_tone: I totally missed that multiple times

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                1 / 1
                • First post
                  1/7
                  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