• 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.

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

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 2.2k Views 2 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.
  • O Offline
    open_book
    last edited by open_book Nov 9, 2016, 10:19 PM Nov 9, 2016, 10:16 PM

    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 Offline
      tajno
      last edited by Nov 11, 2016, 12:16 AM

      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 Offline
        open_book
        last edited by Nov 11, 2016, 8:58 AM

        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
        1 / 1
        • First post
          3/3
          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