A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Location ID Help
-
I located the index list of city data, itś a .jz file. Not sure how to open that to view my location? Iḿ located in Windber, Pennsylvania…close to Johnstown or Pittsburgh
-
for which module?
-
It would be the Weather Forecast module.
-
I changed the Location and took out the Location ID, seems to be working correctly now. My code:
{ module: 'currentweather', position: 'top_right', config: { location: 'WINDBER,US', locationID: '', //ID from http://www.openweathermap.org appid: '48588f342a2ec0786f66876ef390757c' } }, { module: 'weatherforecast', position: 'top_right', header: 'Weather Forecast', config: { location: 'WINDBER,US', locationID: '', //ID from http://www.openweathermap.org appid: '48588f342a2ec0786f66876ef390757c' } },
-
you’ll find the ID in the URL: http://www.openweathermap.org/city/5219722
-
@chrisfoerg Ok got it, thanks very much!