<?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[Weather module queries]]></title><description><![CDATA[<p dir="auto">Just a couple of probably very quick-n-simple queries regarding the default weather module</p>
<p dir="auto">Firstly, current weather <em>does not</em> show location yet it’s all in the code</p>
<pre><code>		{
			module: 'weather',
			header: 'Current weather for: ',			
			position: 'top_right',
			config: {
				type: 'current',
				location: 'My_Place',
				locationID: '1234567',  //ID from https://www.openweathermap.org
				apiKey: '####################'
			}
		},
</code></pre>
<p dir="auto">Next, forecast <em>does</em> show location, but how do I remove the “,GB” part of the location?<br />
(And I’ll do the same for current weather too.)</p>
<pre><code>		{
			module: 'weather',
			position: 'top_right',
			header: 'Weather Forecast for: ',
			config: {
				type: 'forecast',
				location: 'My_Place',
				locationID: '1234567',  //ID from https://www.openweathermap.org
				apiKey: '####################'
			}
		},
</code></pre>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.magicmirror.builders/topic/17271/weather-module-queries</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 04:55:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17271.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 09 Oct 2022 15:43:47 GMT</pubDate><ttl>60</ttl></channel></rss>