<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Location ID Help]]></title><description><![CDATA[<p dir="auto">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</p>
]]></description><link>https://forum.magicmirror.builders/topic/1189/location-id-help</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 12:38:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1189.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Dec 2016 16:23:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Location ID Help on Thu, 15 Dec 2016 02:23:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chrisfoerg" aria-label="Profile: chrisfoerg">@<bdi>chrisfoerg</bdi></a> Ok got it, thanks very much!</p>
]]></description><link>https://forum.magicmirror.builders/post/9386</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9386</guid><dc:creator><![CDATA[shadymaple]]></dc:creator><pubDate>Thu, 15 Dec 2016 02:23:02 GMT</pubDate></item><item><title><![CDATA[Reply to Location ID Help on Thu, 15 Dec 2016 00:09:32 GMT]]></title><description><![CDATA[<p dir="auto">you’ll find the ID in the URL: <a href="http://www.openweathermap.org/city/5219722" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.openweathermap.org/city/5219722</a></p>
]]></description><link>https://forum.magicmirror.builders/post/9384</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9384</guid><dc:creator><![CDATA[chrisfoerg]]></dc:creator><pubDate>Thu, 15 Dec 2016 00:09:32 GMT</pubDate></item><item><title><![CDATA[Reply to Location ID Help on Wed, 14 Dec 2016 20:20:15 GMT]]></title><description><![CDATA[<p dir="auto">I changed the Location and took out the Location ID, seems to be working correctly now. My code:</p>
<pre><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'
		}
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/9378</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9378</guid><dc:creator><![CDATA[shadymaple]]></dc:creator><pubDate>Wed, 14 Dec 2016 20:20:15 GMT</pubDate></item><item><title><![CDATA[Reply to Location ID Help on Wed, 14 Dec 2016 19:40:53 GMT]]></title><description><![CDATA[<p dir="auto">It would be the Weather Forecast module.</p>
]]></description><link>https://forum.magicmirror.builders/post/9377</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9377</guid><dc:creator><![CDATA[shadymaple]]></dc:creator><pubDate>Wed, 14 Dec 2016 19:40:53 GMT</pubDate></item><item><title><![CDATA[Reply to Location ID Help on Wed, 14 Dec 2016 17:20:07 GMT]]></title><description><![CDATA[<p dir="auto">for which module?</p>
]]></description><link>https://forum.magicmirror.builders/post/9369</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9369</guid><dc:creator><![CDATA[chrisfoerg]]></dc:creator><pubDate>Wed, 14 Dec 2016 17:20:07 GMT</pubDate></item></channel></rss>