<?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[Editing core modules]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> for helping me along.  I’m working on editing the core modules to fit the config that I’d like.  The problem I’m running into is that despite using the syntax that appears in the documentation, I’m getting errors.</p>
<p dir="auto">For example, my weather module is displaying either Kelvin or Celsius and I’d like it to be imperial.  According to the documentation, I think all I need to do is add:</p>
<p dir="auto">units: “Imperial”,</p>
<p dir="auto">to the config file and I should be golden.  However, that’s not what’s happened:</p>
<pre><code>		{
			module: "weather",
			position: "top_right",
			config: {
				weatherProvider: "openweathermap",
				type: "current",
				location: "Gainesville, US",
				locationID: "", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
				apiKey: "663f6e5e85dfb8bf8d3293ab7cc8cbd1"
				units: "imperial",
			}
</code></pre>
<p dir="auto">For us super noobs, it might be helpful to have a sample of the config section, where a user can simply delete the lines that they don’t need.</p>
<p dir="auto">BTW, I appreciate that will only help a very small subset of users and I’m grateful for the patience you all show us noobs.</p>
<p dir="auto">CheapDad</p>
]]></description><link>https://forum.magicmirror.builders/topic/14962/editing-core-modules</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 01:32:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14962.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Apr 2021 15:31:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Editing core modules on Tue, 20 Apr 2021 13:59:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> I’ll check that out; thank you!</p>
]]></description><link>https://forum.magicmirror.builders/post/90897</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90897</guid><dc:creator><![CDATA[CheapDad]]></dc:creator><pubDate>Tue, 20 Apr 2021 13:59:02 GMT</pubDate></item><item><title><![CDATA[Reply to Editing core modules on Tue, 20 Apr 2021 13:50:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cheapdad" aria-label="Profile: cheapdad">@<bdi>cheapdad</bdi></a> said in <a href="/post/90892">Editing core modules</a>:</p>
<blockquote>
<p dir="auto">Generally, is there any required order of the config lines?</p>
</blockquote>
<p dir="auto">no…   any order is fine… the modules definitions go inside the</p>
<pre><code>modules: [ 
]
</code></pre>
<p dir="auto">list<br />
order is fifo (first in, first out)</p>
<p dir="auto">by position</p>
<p dir="auto">three in the top_left,<br />
from top of config.js down that is the order they will appear</p>
]]></description><link>https://forum.magicmirror.builders/post/90894</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90894</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 20 Apr 2021 13:50:35 GMT</pubDate></item><item><title><![CDATA[Reply to Editing core modules on Tue, 20 Apr 2021 13:47:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> On the location ID, the documentation indicates that it is not needed if you have “location” entered.  If using just  “location” without “location ID” is causing the error, then I’ll make the switch.  Interestingly, its only the “feels like” that is off. (I figured out the that time difference is sunrise/sunset.)</p>
<p dir="auto">On config layouts, I may just do that.  Generally, is there any required order of the config lines?</p>
<p dir="auto">CheapDad</p>
]]></description><link>https://forum.magicmirror.builders/post/90892</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90892</guid><dc:creator><![CDATA[CheapDad]]></dc:creator><pubDate>Tue, 20 Apr 2021 13:47:49 GMT</pubDate></item><item><title><![CDATA[Reply to Editing core modules on Mon, 19 Apr 2021 18:39:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cheapdad" aria-label="Profile: cheapdad">@<bdi>cheapdad</bdi></a> also like to correct your words. u are not editing any of the core FILES, you are editing the configuration for the core modules.</p>
]]></description><link>https://forum.magicmirror.builders/post/90868</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90868</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 19 Apr 2021 18:39:13 GMT</pubDate></item><item><title><![CDATA[Reply to Editing core modules on Mon, 19 Apr 2021 17:55:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cheapdad" aria-label="Profile: cheapdad">@<bdi>cheapdad</bdi></a> gotta have that locationID</p>
<p dir="auto">many authors provide sample config layouts</p>
<p dir="auto">not all, and not the base.</p>
<p dir="auto">your welcome to edit the doc and submit updates</p>
]]></description><link>https://forum.magicmirror.builders/post/90867</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90867</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 19 Apr 2021 17:55:39 GMT</pubDate></item><item><title><![CDATA[Reply to Editing core modules on Mon, 19 Apr 2021 17:05:49 GMT]]></title><description><![CDATA[<p dir="auto">So, I fixed my own problem but created another!  For the weather module, I placed the units code and round up code as the first entries in config and it worked!  Well, sort of.  I do get Fahrenheit and the temperatures are rounded up, except my “feels like” output is 293 degrees!</p>
<p dir="auto">Additionally, the time in the current weather field is about 8 hours different than the time in the time module (upper left).</p>
<p dir="auto">The code:</p>
<pre><code>{
			module: "weather",
			position: "top_right",
			config: {
				units: "Imperial",
				roundTemp: "True",
				weatherProvider: "openweathermap",
				type: "current",
				location: "Gainesville, US",
				locationID: "", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
				apiKey: "663f6e5e85dfb8bf8d3293ab7cc8cbd1"
			}
		},
		{
			module: "weather",
			position: "top_right",
			header: "Weather Forecast",
			config: {
				units: "Imperial",
				roundTemp: "True",
				weatherProvider: "openweathermap",
				type: "forecast",
				location: "Gainesville, US",
				locationID: "", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
				apiKey: "663f6e5e85dfb8bf8d3293ab7cc8cbd1"
			}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/90865</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90865</guid><dc:creator><![CDATA[CheapDad]]></dc:creator><pubDate>Mon, 19 Apr 2021 17:05:49 GMT</pubDate></item></channel></rss>