<?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[Blocking MagicMirror from the Web.]]></title><description><![CDATA[<p dir="auto">Good Day All</p>
<p dir="auto">I am trying to make a MagicMirror that can play music as well. That is the big goal here. But I’ve hit a rather silly snag.</p>
<p dir="auto">I am running Mopidy for the music and the MagicMirror for the Display, but the two refuse to run at the same time… Guessing it has to do with the Mopidy creating a “server” and the MagicMirror trying to then use the internet.</p>
<p dir="auto">A work around that I was hoping to try is get the MagicMirror to boot up get all the upcoming holidays and time then disconnect itself from the internet and let Mopidy create its server… Maybe then once a day I could let the MagicMirror update or something like that.</p>
<p dir="auto">So my question is: “How can I get MagicMirror to boot, update and then not use the internet?”</p>
]]></description><link>https://forum.magicmirror.builders/topic/4843/blocking-magicmirror-from-the-web</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 15:47:16 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4843.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Sep 2017 09:47:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Blocking MagicMirror from the Web. on Fri, 15 Sep 2017 15:23:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terrence" aria-label="Profile: Terrence">@<bdi>Terrence</bdi></a><br />
No problem mate. Thanks for info as thats gives me a head start to work on as I intended pulling in from my main networked PC that has all my media on it, and far too much music for even the biggest of sd cards :-) so will play about with your settings and see if I can maybe link it to my PC?</p>
<p dir="auto">Thanks again.</p>
]]></description><link>https://forum.magicmirror.builders/post/28124</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28124</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Fri, 15 Sep 2017 15:23:21 GMT</pubDate></item><item><title><![CDATA[Reply to Blocking MagicMirror from the Web. on Fri, 15 Sep 2017 14:39:07 GMT]]></title><description><![CDATA[<p dir="auto">Hey Sorry for the long wait. I’ve been having a lot of trouble with playing it locally actually…</p>
<p dir="auto">I put all my music on the SD card under the /home/pi/music/ file…<br />
So in the /etc/mopidy/mopidy.conf under the [local] function I added the /home/pi/music/ as the dir…<br />
Then I did a local scan and it pulled all my music in.</p>
]]></description><link>https://forum.magicmirror.builders/post/28123</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28123</guid><dc:creator><![CDATA[Terrence]]></dc:creator><pubDate>Fri, 15 Sep 2017 14:39:07 GMT</pubDate></item><item><title><![CDATA[Reply to Blocking MagicMirror from the Web. on Wed, 13 Sep 2017 20:41:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terrence" aria-label="Profile: Terrence">@<bdi>Terrence</bdi></a><br />
Thank you for that, do you import from local, or from external ? If local how did you manage to link to source?</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/28067</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28067</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Wed, 13 Sep 2017 20:41:48 GMT</pubDate></item><item><title><![CDATA[Reply to Blocking MagicMirror from the Web. on Wed, 13 Sep 2017 12:56:48 GMT]]></title><description><![CDATA[<p dir="auto">No I want to be able to control it from anywhere in the house. So I am using the Mopidy web App to control the music and the display just shows the mirror as per the usual magicmirror…</p>
<p dir="auto">Will put up some photos when it actually takes shape.</p>
]]></description><link>https://forum.magicmirror.builders/post/28047</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28047</guid><dc:creator><![CDATA[Terrence]]></dc:creator><pubDate>Wed, 13 Sep 2017 12:56:48 GMT</pubDate></item><item><title><![CDATA[Reply to Blocking MagicMirror from the Web. on Wed, 13 Sep 2017 06:04:05 GMT]]></title><description><![CDATA[<p dir="auto">sounds interesting. Do you control it with a touchscreen?<br />
Can you maybe upload a screenshot how it looks like?</p>
]]></description><link>https://forum.magicmirror.builders/post/28040</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28040</guid><dc:creator><![CDATA[barnosch]]></dc:creator><pubDate>Wed, 13 Sep 2017 06:04:05 GMT</pubDate></item><item><title><![CDATA[Reply to Blocking MagicMirror from the Web. on Wed, 13 Sep 2017 05:13:57 GMT]]></title><description><![CDATA[<p dir="auto">Ofcourse Damian…</p>
<p dir="auto">In the config files for both I could just change the port settings.</p>
<p dir="auto">MagicMirror:<br />
sudo nano ~/MagicMirror/config/config.js<br />
The port is the first Variable in the config section (default: 8080)</p>
<p dir="auto">Mopidy:<br />
sudo nano ~/.config/mopidy/mopidy.conf<br />
Here I uncommented the [http] section and for the hostname I used the Pi’s IP and port is 8081.</p>
<p dir="auto">This solved the problem and I am now able to run my MagicMirror and Mopidy at the same time…</p>
]]></description><link>https://forum.magicmirror.builders/post/28038</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28038</guid><dc:creator><![CDATA[Terrence]]></dc:creator><pubDate>Wed, 13 Sep 2017 05:13:57 GMT</pubDate></item><item><title><![CDATA[Reply to Blocking MagicMirror from the Web. on Tue, 12 Sep 2017 23:35:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terrence" aria-label="Profile: Terrence">@<bdi>Terrence</bdi></a><br />
Hello, can you tell me where and how you managed to change the port?<br />
Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/28036</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28036</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Tue, 12 Sep 2017 23:35:48 GMT</pubDate></item><item><title><![CDATA[Reply to Blocking MagicMirror from the Web. on Tue, 12 Sep 2017 12:00:12 GMT]]></title><description><![CDATA[<p dir="auto">problem Solved, By changing the port of the Mopidy to 8081 and all was well.</p>
]]></description><link>https://forum.magicmirror.builders/post/28011</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28011</guid><dc:creator><![CDATA[Terrence]]></dc:creator><pubDate>Tue, 12 Sep 2017 12:00:12 GMT</pubDate></item></channel></rss>