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

Location ID Help

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 2 Posters 6.8k 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.
  • S Offline
    shadymaple
    last edited by Dec 14, 2016, 4:23 PM

    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

    1 Reply Last reply Reply Quote 0
    • C Offline
      chrisfoerg
      last edited by Dec 14, 2016, 5:20 PM

      for which module?

      1 Reply Last reply Reply Quote 0
      • S Offline
        shadymaple
        last edited by Dec 14, 2016, 7:40 PM

        It would be the Weather Forecast module.

        1 Reply Last reply Reply Quote 0
        • S Offline
          shadymaple
          last edited by Dec 14, 2016, 8:20 PM

          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'
          		}
          	},
          
          1 Reply Last reply Reply Quote 0
          • C Offline
            chrisfoerg
            last edited by Dec 15, 2016, 12:09 AM

            you’ll find the ID in the URL: http://www.openweathermap.org/city/5219722

            S 1 Reply Last reply Dec 15, 2016, 2:23 AM Reply Quote 0
            • S Offline
              shadymaple @chrisfoerg
              last edited by Dec 15, 2016, 2:23 AM

              @chrisfoerg Ok got it, thanks very much!

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              1 / 1
              • First post
                4/6
                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