Navigation

    MagicMirror Forum

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

    currentWeather & weatherForecast "Loading..."

    Troubleshooting
    1
    2
    1099
    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
      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
        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy