<?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[I changed text in a module, now I don&#x27;t get the module]]></title><description><![CDATA[<p dir="auto">So, I’ve got MM on a Pi 4b. I installed Magic Mirror, and changed a few things - measurements from Metric to Imperial, being American and behind the times, and weather locations. So far so good.</p>
<p dir="auto">Then I went and changed the compliments (because I don’t need a computer to tell me I’m sexy), and the opening messages (because I do want it to know I’m the boss and tell me it does).</p>
<p dir="auto">Now it doesn’t do either one. just a big blank space. I was going to just toss it and re-install it, but that would just mean it would happen again next time.</p>
<p dir="auto">So, I think I’d like to know how to prevent it instead. Obviously, other people manage to do this, so I’d like to know where I’m getting it wrong.</p>
<p dir="auto">I opened the xxx.js files in the desktop environment; it opened them automatically with Mousepad, which I gather is the Pi’s text editing app. Should I have used something else? Maybe open it in the Terminal, and if so, how? Or is there something else I’m missing?</p>
<p dir="auto">Thanks, guys</p>
]]></description><link>https://forum.magicmirror.builders/topic/16285/i-changed-text-in-a-module-now-i-don-t-get-the-module</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 08:20:12 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16285.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Jan 2022 14:05:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I changed text in a module, now I don&#x27;t get the module on Sun, 30 Jan 2022 16:31:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/halpi-thousand" aria-label="Profile: halpi-thousand">@<bdi>halpi-thousand</bdi></a> just put the stuff into config.js</p>
<p dir="auto">see the two links in my signature below</p>
]]></description><link>https://forum.magicmirror.builders/post/99176</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99176</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Jan 2022 16:31:20 GMT</pubDate></item><item><title><![CDATA[Reply to I changed text in a module, now I don&#x27;t get the module on Sun, 30 Jan 2022 14:41:20 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> said in <a href="/post/99172">I changed text in a module, now I don't get the module</a>:</p>
<blockquote>
<p dir="auto">NEVER  edit the module source code<br />
ALL config goes in config.js<br />
to recover a shipped mm file do( from the mm folder)<br />
git status</p>
</blockquote>
<p dir="auto">Thanks, that did the trick.</p>
<p dir="auto">But how can I change things like the compliments text and opening greetings and such, things that aren’t in the main config file? Or am I just stuck with a very obsequious Pi?</p>
]]></description><link>https://forum.magicmirror.builders/post/99173</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99173</guid><dc:creator><![CDATA[HALPi-Thousand]]></dc:creator><pubDate>Sun, 30 Jan 2022 14:41:20 GMT</pubDate></item><item><title><![CDATA[Reply to I changed text in a module, now I don&#x27;t get the module on Sun, 30 Jan 2022 14:29:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/halpi-thousand" aria-label="Profile: halpi-thousand">@<bdi>halpi-thousand</bdi></a> 1st</p>
<p dir="auto">NEVER  edit the module source code</p>
<p dir="auto">ALL config goes in config.js</p>
<p dir="auto">to recover a shipped mm file do( from the mm folder)</p>
<pre><code>git status
</code></pre>
<p dir="auto">if a file is modified, then do</p>
<pre><code>git checkout  ???  
</code></pre>
<p dir="auto">where ???<br />
is the full path to the modified source file</p>
<p dir="auto">for compliments, for example</p>
<pre><code>git checkout modules/default/compliments/compliments.js
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/99172</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99172</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 30 Jan 2022 14:29:23 GMT</pubDate></item></channel></rss>