A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
currentWeather & weatherForecast "Loading..."
-
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' } },
-
Noticed that it the position doesn’t affect the successrate of the currentWeather module… Just says “Loading…”