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.

    currentWeather & weatherForecast "Loading..."

    Scheduled Pinned Locked Moved Troubleshooting
    2 Posts 1 Posters 1.4k Views 1 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.
    • D Offline
      DelPhinDot
      last edited by

      With these settings my currentWeather often gets stuck on “Loading…”, sometimes it works, often it doesn’t. Though if i move it to “top_left” it seems to work just fine…, which is really wierd.

      config.js with censured appid:

      {
          module: 'currentweather',
          position: 'top_right',  // This can be any of the regions.
                                      // Best results in left or right regions.
          config: {
              // See 'Configuration options' for more information.
              location: 'Taby',
              locationID: '2669772', //Location ID from http://openweathermap.org/help/city_list.txt
              appid: '84bdexxxxxx068' //openweathermap.org API key.
          }
      },
      	{
      		module: 'weatherforecast',
      		position: 'top_right',
      		header: 'Weather Forecast',
      		config: {
                  location: 'Taby',
      			locationID: '2669772',  //ID from http://www.openweathermap.org
                  appid: '84bdxxxxx19b068'
      		}
      	},
      
      1 Reply Last reply Reply Quote 0
      • D Offline
        DelPhinDot
        last edited by

        Noticed that it the position doesn’t affect the successrate of the currentWeather module… Just says “Loading…”

        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy