<?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[Looking for beta testers for MMM-Remote-Control]]></title><description><![CDATA[<p dir="auto">I developed the Remote Control Module (<a href="https://forum.magicmirror.builders/topic/735/mmm-remote-control">Link to Showcase Thread</a>), and am currently making some major changes, to allow editing the config.js in a UI.<br />
Judging from the traffic of the repository, this module is now being used by more people than just me, so I would like to make sure to gather feedback and fix possible bugs before releasing changes to everyone.</p>
<p dir="auto">If you are using my module and are interested in helping me by testing the version on my <code>develop</code> branch, I would greatly appreciate it. Note that this version also <strong>might not work as intended all the time</strong> and <strong>can contain bugs</strong>. If you are afraid of messing up your <code>config.js</code> you should probably stay on the <code>master</code> branch. Even though backups should be created, these currently need to be restored manually.</p>
<p dir="auto">If you want to help, please change to the <code>develop</code> branch (I assume you already <a href="https://github.com/Jopyth/MMM-Remote-Control/tree/develop#installation" target="_blank" rel="noopener noreferrer nofollow ugc">installed it</a>):</p>
<pre><code class="language-bash">cd ~/MagicMirror/modules/MMM-Remote-Control
git fetch origin
git checkout develop
npm install # install new dependencies
</code></pre>
<p dir="auto">I will post here when new changes are ready for testing, if you want to be updated about new changes, you can watch this thread.<br />
Also I will try to keep my <a href="https://trello.com/b/hFBjc2PX/mmm-remote-control" target="_blank" rel="noopener noreferrer nofollow ugc">trello board</a> up to date.</p>
<p dir="auto">Please post ideas, feedback and bugs concerning the <code>develop</code> branch in this thread (or make comments on the trello board).</p>
]]></description><link>https://forum.magicmirror.builders/topic/951/looking-for-beta-testers-for-mmm-remote-control</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 19:47:51 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/951.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Nov 2016 14:17:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Sun, 11 Dec 2016 18:37:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rvdgeer" aria-label="Profile: rvdgeer">@<bdi>rvdgeer</bdi></a> do you have pm2 installed and configured? Oh looked above, you do. Well I have noticed even though logs show command error, it still works, I think it’s because node doesn’t surround commands in quotes.</p>
]]></description><link>https://forum.magicmirror.builders/post/9201</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9201</guid><dc:creator><![CDATA[Mr.Meeseeks]]></dc:creator><pubDate>Sun, 11 Dec 2016 18:37:55 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Wed, 07 Dec 2016 16:10:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/done" aria-label="Profile: done">@<bdi>done</bdi></a> Kind of, yes. I think I have not fixed all mentioned errors, but hopefully the major ones. Also @Mr-Meeseeks added some new functionality (sending alerts).</p>
<p dir="auto">Feel free to <code>git pull</code> the current status and test again. :) It should no longer mess up <code>config.js</code> files as much, but it still could be. It is using <code>config.js.backupX</code> so make manual backup somewhere else.</p>
]]></description><link>https://forum.magicmirror.builders/post/9028</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9028</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Wed, 07 Dec 2016 16:10:34 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Tue, 06 Dec 2016 19:29:09 GMT]]></title><description><![CDATA[<p dir="auto">Is there any new version to test?</p>
]]></description><link>https://forum.magicmirror.builders/post/9007</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9007</guid><dc:creator><![CDATA[done]]></dc:creator><pubDate>Tue, 06 Dec 2016 19:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Sat, 12 Nov 2016 09:52:29 GMT]]></title><description><![CDATA[<p dir="auto">And one more.<br />
On restarting I get the following error:</p>
<pre><code>0|mm       | { Error: Command failed: pm2 restart mm
0|mm       |     at ChildProcess.exithandler (child_process.js:206:12)
0|mm       |     at emitTwo (events.js:106:13)
0|mm       |     at ChildProcess.emit (events.js:191:7)
0|mm       |     at maybeClose (internal/child_process.js:877:16)
0|mm       |     at Socket.&lt;anonymous&gt; (internal/child_process.js:334:11)
0|mm       |     at emitOne (events.js:96:13)
0|mm       |     at Socket.emit (events.js:188:7)
0|mm       |     at Pipe._handle.close [as _onclose] (net.js:498:12)
0|mm       |   killed: true,
0|mm       |   code: null,
0|mm       |   signal: 'SIGTERM',
0|mm       |   cmd: 'pm2 restart mm' }
0|mm       | Loading config ...
0|mm       | Loading module helpers ...
0|mm       | No helper found for module: helloworld.
0|mm       | No helper found for module: alert.
0|mm       | Initializing new module helper ...
0|mm       | No helper found for module: clock.
0|mm       | Initializing new module helper ...
0|mm       | Initializing new module helper ...
0|mm       | No helper found for module: currentweather.
0|mm       | No helper found for module: weatherforecast.
0|mm       | Initializing new module helper ...
0|mm       | No helper found for module: compliments.
0|mm       | Initializing new module helper ...
0|mm       | All module helpers loaded.
0|mm       | Starting server op port 8080 ...
0|mm       | Server started ...
0|mm       | Connecting socket for: MMM-Remote-Control
0|mm       | Starting node helper for: MMM-Remote-Control
0|mm       | Connecting socket for: MMM-Traffic
0|mm       | MMM-Traffic helper started ...
0|mm       | Connecting socket for: calendar
0|mm       | Starting node helper for: calendar
0|mm       | Connecting socket for: MMM-NetworkScanner
0|mm       | Starting module: MMM-NetworkScanner
0|mm       | Connecting socket for: newsfeed
0|mm       | Starting module: newsfeed
0|mm       | Sockets connected &amp; modules started ...
0|mm       | Ready to go! Please point your browser to: http://localhost:8080
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/7819</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7819</guid><dc:creator><![CDATA[rvdgeer]]></dc:creator><pubDate>Sat, 12 Nov 2016 09:52:29 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Sat, 12 Nov 2016 09:26:20 GMT]]></title><description><![CDATA[<p dir="auto">This morning (CET) I have a little more time to do bug reports, troubleshoot and answer some of your questions.<br />
So, first things first.</p>
<p dir="auto">My node version:<br />
<code>v6.8.1</code></p>
<p dir="auto">About the config backups:<br />
I noticed the that the double quotes were added to the keys and values before the backup was made.<br />
This means I don’t have a backup of the true original.<br />
It also means I can only compare the current config file to the backup and not the the original.</p>
<p dir="auto">Another thing I noticed is that backupfile got overwritten this morning.<br />
Because my MagicMirror is still a work in progress it’s powered off most of the time.<br />
When I tried to reproduce the issues I came across last time I noticed that the first backup I made was saved as config.js.backup1, overwriting a previous backup.<br />
At least for me this wasn;t expected behaviour and I don’t think it’s how I wish to save (or lose) my backups.</p>
<p dir="auto">About saving hidden/shown modules:<br />
As I said before, I haven’t set any special permisions and I’m using the default useron my Pi Zero: <code>pi</code><br />
Becasue there’s no keyboard and mouse attached (the Pi Zero’s micro usb port is used for a wifi dongle) I use ssh and scp (and of cource the Remote!) to do most editing, testing  and troubleshooting.<br />
On saving the current state of hidden/shown modules the pm2 logs reported this:<br />
On hiding the helloworld module:</p>
<pre><code>0|mm       | ** Message: console message: http://localhost:8080/modules/MMM-Remote-Control//MMM-Remote-Control.js @219: [object Object]
0|mm       | ** Message: console message: http://localhost:8080/js/logger.js @20: helloworld is suspended.
0|mm       | ** Message: console message: http://localhost:8080/js/module.js @313: TypeError: Object is not a function (evaluating 'callback()')
</code></pre>
<p dir="auto">On saving the current state directly after:</p>
<pre><code>0|mm       | ** Message: console message: http://localhost:8080/modules/MMM-Remote-Control//MMM-Remote-Control.js @219: [object Object]
0|mm       | Whoops! There was an uncaught exception...
0|mm       | { Error: EACCES: permission denied, open '/home/pi/MagicMirror/modules/MMM-Remote-Control/settings.json'
0|mm       |     at Error (native)
0|mm       |   errno: -13,
0|mm       |   code: 'EACCES',
0|mm       |   syscall: 'open',
0|mm       |   path: '/home/pi/MagicMirror/modules/MMM-Remote-Control/settings.json' }
0|mm       | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|mm       | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
</code></pre>
<p dir="auto">This can be reproduced every time when I follow these steps.<br />
I you need any specific testing, please let me know and I’ll try to find the time.</p>
]]></description><link>https://forum.magicmirror.builders/post/7818</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7818</guid><dc:creator><![CDATA[rvdgeer]]></dc:creator><pubDate>Sat, 12 Nov 2016 09:26:20 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Fri, 11 Nov 2016 09:01:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rvdgeer" aria-label="Profile: rvdgeer">@<bdi>rvdgeer</bdi></a> Would be great to find out what causes this and hopefully fix it, however it is still not clear to me, what the reason is. I will investigate a little bit more on the weekend. Maybe I am able to reproduce the issues, could you post your <code>node --version</code>?</p>
<p dir="auto">In the meantime you could compare your <code>config.js</code> and the <code>config.js.backupX</code> and see if you find possible differences?</p>
]]></description><link>https://forum.magicmirror.builders/post/7787</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7787</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Fri, 11 Nov 2016 09:01:42 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Fri, 11 Nov 2016 08:59:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> is there a possibility to include system updates in the remote ? ie “apt dist-upgrade” or whatever subsystem thats used on the system.</p>
]]></description><link>https://forum.magicmirror.builders/post/7786</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7786</guid><dc:creator><![CDATA[Toast]]></dc:creator><pubDate>Fri, 11 Nov 2016 08:59:55 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Fri, 11 Nov 2016 06:28:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> The console messages are from the pm2 logs…<br />
I run MM as the default user (pi) and didn’t set any special rights for any folders or files…<br />
Now that you mention it, it could be that the saving of the shown/hidden modules didn’t work before either.</p>
<p dir="auto">BTW: I’m running MM on a Pi Zero (so using ‘serveronly’).</p>
<p dir="auto">Edit: now that I think about it: I do have a HelloWorld module enabled which already used single and double quotes before. So maybe there’s a conflict with the added quotes.  I will look in to this this weekend.</p>
]]></description><link>https://forum.magicmirror.builders/post/7782</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7782</guid><dc:creator><![CDATA[rvdgeer]]></dc:creator><pubDate>Fri, 11 Nov 2016 06:28:21 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Thu, 10 Nov 2016 18:13:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> said in <a href="/post/7768">Looking for beta testers for MMM-Remote-Control</a>:</p>
<blockquote>
<p dir="auto">Does it still do the restart thing?</p>
</blockquote>
<p dir="auto">I installed the new dependencies and now it seems to work. :)</p>
]]></description><link>https://forum.magicmirror.builders/post/7770</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7770</guid><dc:creator><![CDATA[done]]></dc:creator><pubDate>Thu, 10 Nov 2016 18:13:28 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Thu, 10 Nov 2016 17:18:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rvdgeer" aria-label="Profile: rvdgeer">@<bdi>rvdgeer</bdi></a> The quotes wrapping should be ok, since whether the key of an object is wrapped in quotes or not, does not make a difference as far as  I know. However something is still wrong. Are these console messages coming from your browser?</p>
<p dir="auto">And did the saving of hidden/shown modules work before you changed to the development branch? Did you change permissions on any folder, and do you have a dedicated user which runs you MagicMirror?</p>
]]></description><link>https://forum.magicmirror.builders/post/7769</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7769</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Thu, 10 Nov 2016 17:18:18 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Thu, 10 Nov 2016 17:14:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/done" aria-label="Profile: done">@<bdi>done</bdi></a> Yes the fixed area there takes up way to much space.</p>
<p dir="auto">Does it still do the restart thing? If yes, can you check the output of <code>pm2 show mm</code> and see if <code>Watch &amp; Reload</code> is enabled? I am currently trying to figure out a way to stop <code>pm2</code> from restarting on changes of files.</p>
]]></description><link>https://forum.magicmirror.builders/post/7768</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7768</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Thu, 10 Nov 2016 17:14:27 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Wed, 09 Nov 2016 17:22:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a> said in <a href="/post/7677">Looking for beta testers for MMM-Remote-Control</a>:</p>
<blockquote>
<p dir="auto">It does not show the installed modules list on smartphone in landscape?</p>
</blockquote>
<p dir="auto">Exactly. I just checked again.<br />
I use a Galaxy S6 (just for the dimensions) and I experience that on chrome and the default browser.<br />
I have an idea for the reason.<br />
You work with something like frames.<br />
You have the fix navigation area with “Back”, “Brightness” etc. on top and you have a scrollable list with the installed mods below.<br />
When I go for landscape, there is no chance to get to the scrollable area since the fix area takes already whole of the screen.<br />
The solution could be to make the whole screen scrollable.<br />
At least for small mobile devices.<br />
Or you prevent the browser from going into landscape :D</p>
<p dir="auto">I guess this is an easy one.</p>
<p dir="auto">I tried to install modules. MMM-hue and FUEL worked but I had no time to configure them. But they showed on the mirror.</p>
<p dir="auto">Let me know if I should retry.</p>
]]></description><link>https://forum.magicmirror.builders/post/7713</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7713</guid><dc:creator><![CDATA[done]]></dc:creator><pubDate>Wed, 09 Nov 2016 17:22:23 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Wed, 09 Nov 2016 11:10:47 GMT]]></title><description><![CDATA[<p dir="auto">I’ve joined…<br />
Tried some and ran into some trouble…<br />
Will give you a more detailed report when I have the time…</p>
<p dir="auto">I noticed all parameters and values in config.js are wrapped in quotes…<br />
Maybe that’s why I’m seeing</p>
<pre><code>0|mm       | ** Message: console message: http://localhost:8080/js/main.js @38: TypeError: undefined is not an object (evaluating 'wrapper.appendChild')
0|mm       | ** Message: console message: http://localhost:8080/js/main.js @130: TypeError: null is not an object (evaluating 'moduleWrapper.getElementsByClassName')
</code></pre>
<p dir="auto">The second line is repeated a couple of time (for each module?)…</p>
<p dir="auto">And when I tried to save eanbled/disabled modules from the remote, the pm2 logs showed an error about insufficient rights…<br />
Sorry for not having the error log…</p>
<p dir="auto">The config.js now looks like (just a small part):</p>
<pre><code>var config =
{
    "port": 8080,
    "kioskmode": false,
    "language": "nl",
    "timeFormat": 24,
    "units": "metric",
    "modules": [
        {
            "module": "MMM-Remote-Control",
            "config": {}
        },
        {
            "module": "clock",
            "position": "top_left",
            "header": "",
            "config": {
                "displayType": "digital",
                "timeFormat": 24,
                "displaySeconds": false,
                "showPeriod": false,
                "showPeriodUpper": false,
                "clockBold": false,
                "showDate": false,
                "analogSize": "100px",
                "analogFace": "simple",
                "analogPlacement": "bottom",
                "analogShowDate": "top",
                "secondsColor": "#888888"
            }
        },
'''
etcetera...</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/7704</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7704</guid><dc:creator><![CDATA[rvdgeer]]></dc:creator><pubDate>Wed, 09 Nov 2016 11:10:47 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Wed, 09 Nov 2016 06:50:32 GMT]]></title><description><![CDATA[<p dir="auto">I’ll join ;-)</p>
]]></description><link>https://forum.magicmirror.builders/post/7697</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7697</guid><dc:creator><![CDATA[Bangee]]></dc:creator><pubDate>Wed, 09 Nov 2016 06:50:32 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Tue, 08 Nov 2016 20:29:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/done" aria-label="Profile: done">@<bdi>done</bdi></a> Thank you very much!</p>
<p dir="auto">I am still on the hunt of the restart thing. This is actually a bug, but I am not sure what causes it (if any file in the MagicMirror directory changes, the process restarts). Only happens on the raspberry pi though, and thus harder to debug. If anyone has an idea…</p>
<p dir="auto">I will see if I can find out what causes the errors on download, since that is the part that actually should work.</p>
<p dir="auto">It does not show the installed modules list on smartphone in landscape?</p>
]]></description><link>https://forum.magicmirror.builders/post/7677</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7677</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Tue, 08 Nov 2016 20:29:17 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Tue, 08 Nov 2016 19:53:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jopyth" aria-label="Profile: Jopyth">@<bdi>Jopyth</bdi></a><br />
Ok, nice one!<br />
Even I’m missing the “switch on for xy minutes” feature ;)</p>
<p dir="auto">Anyway, what I realized is:</p>
<ul>
<li>saving the configuration of shown modules causes the mirror to restart. Maybe there should be a confirmation message.</li>
<li>if you press “save” without a change, there could be a message telling you that there is no change and thus restart is not necessary.</li>
<li>on the smartphone landscape doesn’t show the installed mod list, on the tablet it does.</li>
<li>do you need two different switches/lines to show/hide all? Technical reason? Otherwise it could earn you some space.</li>
<li>Netatmo is shown twice in the “New module” list -&gt; probably because it is twice in the wiki as well :)</li>
</ul>
<p dir="auto">Installation of new module - I tried the “Callmonitor-Current-Call” - worked smoothly. Even editing the position and header was easy! Sweet!</p>
<p dir="auto">2nd installation - this time “Motiondetecter” - ended in an error. The mirror crashes in the moment I push the Download button.<br />
Retried to download but it seems like it the pi freezes. Tried to restart but i hang up. Had to disconnect it from the power supply.<br />
Tried again. Same thing. Error while downloading. This time I went back in the menu to restart the mirror. Couldn’t download but the mirror didn’t die. Maybe it’s the motion detector and the neccessary steps to activate the cam module?<br />
The folder “motiondetector” was created but it is empty.</p>
<p dir="auto">3rd installation - Local Transport - Error after starting to download. The mirror restarted.</p>
<p dir="auto">Hmm, any module I try causes a crash and restart of the mirror in the moment I press the DL button.</p>
<p dir="auto">Any information you need?</p>
<p dir="auto">Nevertheless this is a great configuration tool!</p>
]]></description><link>https://forum.magicmirror.builders/post/7674</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7674</guid><dc:creator><![CDATA[done]]></dc:creator><pubDate>Tue, 08 Nov 2016 19:53:46 GMT</pubDate></item><item><title><![CDATA[Reply to Looking for beta testers for MMM-Remote-Control on Tue, 08 Nov 2016 14:22:08 GMT]]></title><description><![CDATA[<p dir="auto">Currently the biggest changes to test are:</p>
<ul>
<li>the new UI for editing the <code>config.js</code></li>
<li>adding/installing/configuring/removing modules</li>
</ul>
<p dir="auto">I am looking for feedback on these steps, as well as:</p>
<ul>
<li>where confirmation messages should and should not appear</li>
<li>the menu structure updates</li>
<li>ideas on how to assemble a list of all available modules (currently being pulled from <a href="https://github.com/MichMich/MagicMirror/wiki/MagicMirror%C2%B2-Modules" target="_blank" rel="noopener noreferrer nofollow ugc">the wiki</a>)</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/7658</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7658</guid><dc:creator><![CDATA[Jopyth]]></dc:creator><pubDate>Tue, 08 Nov 2016 14:22:08 GMT</pubDate></item></channel></rss>