MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Today's weather [default module] not correct. Rest of the week is fine.

    Troubleshooting
    2
    3
    1917
    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.
    • O
      open_book last edited by open_book

      I’m using the default Weather module and have added the api key from openweathermap.

      The module is working OK, and has previously worked perfectly.

      Recently, however, today’s weather has been wrong. Both on Current weather and the Weather forecast. (The week ahead is fine).

      Here’s the config:

                       {
      			module: 'currentweather',
      			position: 'top_right',
      			config: {
      				location: 'Oslo',
      				locationID: '3143244',  //ID from http://www.openweathermap.org
      				appid: '***********************************'
      			}
      		},
      		{
      			module: 'weatherforecast',
      			position: 'top_right',
      			header: 'Weather Forecast',
      			config: {
      	            		location: 'Oslo',
      				locationID: '3143244',  //ID from http://www.openweathermap.org
      	            		appid: '*******************************'
      			}
      		},
      

      The API key is the same. The weather is equally wrong on both Today’s Weather and Forecast modules.

      Image

      I’ve done the obvious and checked Openweather map website. The weather there is correct.

      The weather outside is also correct.

      What should I try next?

      sudo insert motivational.quote

      1 Reply Last reply Reply Quote 0
      • T
        tajno last edited by

        Maybe its not a failure - instead its the data which is served by openwheatermap. Maybe the wheater station they use is buggy - if I check on https://www.openweathermap.org/city/3143244 - there are actually shown 10°. Don’t know, Im from Switzerland - but 10° at midnight in Oslo at November?

        Just an idea.

        1 Reply Last reply Reply Quote 0
        • O
          open_book last edited by

          You’re right! An area around Oslo and to the North of the city is showing an incorrect temprature on the site.

          I’ve submitted an issue to them. Hopefully they’ll fix it soon.

          sudo insert motivational.quote

          1 Reply Last reply Reply Quote 1
          • 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