<?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[Cannot load remote control page]]></title><description><![CDATA[<p dir="auto">Re: [[Remote-Control] Shutdown](Configure and Update your MagicMirror)</p>
<p dir="auto">Hi, Thank you for creating this module in advance.</p>
<p dir="auto">I’m having an issue connecting to <a href="http://192.168.XXX.XXX:8080/remote.html" target="_blank" rel="noopener noreferrer nofollow ugc">192.168.XXX.XXX:8080/remote.html</a>. The page just hangs trying to load and then it says connection refused. I followed the steps from the Remote control module repository on GitHub and even re-installed the module couple of times.</p>
<p dir="auto">No errors are shown in PM2 logs or in terminal. I whitelisted all “[]” but still no luck. I also checked the port 8080 and seems like only one process is listening to it, “electron.js” which I’m guessing is the magic mirror.</p>
<p dir="auto">Any help would be appriciated.</p>
]]></description><link>https://forum.magicmirror.builders/topic/5322/cannot-load-remote-control-page</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 19:46:24 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5322.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Oct 2017 03:15:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot load remote control page on Sat, 21 Oct 2017 16:25:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dimitriospafos" aria-label="Profile: dimitriospafos">@<bdi>dimitriospafos</bdi></a> said in <a href="/post/29928">Cannot load remote control page</a>:</p>
<blockquote>
<p dir="auto">Thanks it worked!</p>
</blockquote>
<p dir="auto">Fantastic!</p>
]]></description><link>https://forum.magicmirror.builders/post/29943</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29943</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 21 Oct 2017 16:25:51 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot load remote control page on Sat, 21 Oct 2017 14:45:43 GMT]]></title><description><![CDATA[<p dir="auto">Thanks it worked!</p>
]]></description><link>https://forum.magicmirror.builders/post/29928</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29928</guid><dc:creator><![CDATA[dimitriospafos]]></dc:creator><pubDate>Sat, 21 Oct 2017 14:45:43 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot load remote control page on Sat, 21 Oct 2017 12:59:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dimitriospafos" aria-label="Profile: dimitriospafos">@<bdi>dimitriospafos</bdi></a> said in <a href="/post/29907">Cannot load remote control page</a>:</p>
<blockquote>
<p dir="auto">Any help would be appriciated.</p>
</blockquote>
<p dir="auto">Try this at the very beginning of your config.js file:</p>
<pre><code>var config = {
	port: 8080,
        address: "0.0.0.0",
	ipWhitelist: [], // Set [] to allow all IP addresses
</code></pre>
<p dir="auto">The addition of the <code>address: "0.0.0.0",</code> should do it</p>
]]></description><link>https://forum.magicmirror.builders/post/29922</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29922</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 21 Oct 2017 12:59:43 GMT</pubDate></item></channel></rss>