<?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, how to remove GB-ENG from the header?]]></title><description><![CDATA[<p dir="auto">Using openmeteo, weather display, header line commented out.<br />
MM  shows “city, GB-ENG”</p>
<p dir="auto">How do I remove, disable the GB-ENG bit?</p>
]]></description><link>https://forum.magicmirror.builders/topic/20351/weather-how-to-remove-gb-eng-from-the-header</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 06:15:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/20351.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Sep 2026 07:58:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Weather, how to remove GB-ENG from the header? on Thu, 03 Sep 2026 15:18:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richard238" aria-label="Profile: Richard238">@<bdi>Richard238</bdi></a> parameters TO module always go inside the config:{} section<br />
parameters to MagicMirror runtime are outside the config section</p>
<pre><code>   module
   position
   header
   ... 
</code></pre>
<p dir="auto">and, like always, javascript demands a trailing comma on lines when there are more lines following… (comma means more to follow)</p>
<pre><code>config: {
				weatherProvider: "openmeteo",
				appendLocationNameToHeader: false, //&lt;---add comma
				type: "current",
				lat: 51.12345 //&lt;--- missing comma (there is more to follow this line)
				lon: -0.12345
			}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/131853</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131853</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 03 Sep 2026 15:18:39 GMT</pubDate></item><item><title><![CDATA[Reply to Weather, how to remove GB-ENG from the header? on Thu, 03 Sep 2026 12:01:33 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> <a href="/post/131850">said</a>:</p>
<p dir="auto">appendLocationToHeader</p>
</blockquote>
<pre><code>			module: "weather",
			----&gt;appendLocationNameToHeader: false
			//header: 'Current My_City weather: ',	
			position: "top_right",
			config: {
				weatherProvider: "openmeteo",
				----&gt; appendLocationNameToHeader: false
				type: "current",
				lat: 51.12345
				lon: -0.12345
			}
</code></pre>
<p dir="auto">Spelling shown in docs is <em>appendLocationNameToHeader</em><br />
Neither of the two position above work, mirror fails to load.</p>
]]></description><link>https://forum.magicmirror.builders/post/131851</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131851</guid><dc:creator><![CDATA[Richard238]]></dc:creator><pubDate>Thu, 03 Sep 2026 12:01:33 GMT</pubDate></item><item><title><![CDATA[Reply to Weather, how to remove GB-ENG from the header? on Thu, 03 Sep 2026 11:26:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richard238" aria-label="Profile: Richard238">@<bdi>Richard238</bdi></a> there is a weather module property</p>
<p dir="auto">appendLocationToHeader</p>
<p dir="auto">Set it to false,</p>
<p dir="auto">Check the spelling in the module documentation</p>
]]></description><link>https://forum.magicmirror.builders/post/131850</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/131850</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 03 Sep 2026 11:26:37 GMT</pubDate></item></channel></rss>