<?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[Need Help with MMM-Remote-Control]]></title><description><![CDATA[<p dir="auto">I get the following error when trying to access <a href="http://192.168.1.38:8080/remote.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.1.38:8080/remote.html</a> from my laptop or cell phone that are on the same network.  Magic Mirror starts with no errors.  I have tried with no success to fix the problem and just don’t no enough find the problem.  I would appreciate some help.</p>
<p dir="auto">Error in Chrome browser:<br />
“This device is not allowed to access your mirror.<br />
Please check your config.js or config.js.sample to change this.”</p>
<p dir="auto">Config.js<br />
let config = {<br />
address: “0.0.0.0”, 				// Address to listen on, can be:<br />
// - “localhost”, “127.0.0.1”, “::1” to listen on loopback interface<br />
// - another specific IPv4/6 to listen on a specific interface<br />
// - “0.0.0.0”, “::” to listen on any interface<br />
// Default, when address config is left out or empty, is “localhost”<br />
port: 8080,<br />
basePath: “/”, 	// The URL path where MagicMirror is hosted. If you are using a Reverse proxy<br />
// you must set the sub path here. basePath must end with a /<br />
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.20”, “::ffff:192.168.1.26”],<br />
.<br />
.<br />
.<br />
{<br />
module: ‘MMM-Remote-Control’,<br />
// uncomment the following line to show the URL of the remote control on the mirror<br />
position: ‘bottom_left’,<br />
// you can hide this module afterwards from the remote control itself<br />
config: {<br />
customCommand: {},  // Optional, See “Using Custom Commands” below<br />
showModuleApiMenu: true, // Optional, Enable the Module Controls menu<br />
secureEndpoints: true, // Optional, See API/README.md<br />
// uncomment any of the lines below if you’re gonna use it<br />
// customMenu: “custom_menu.json”, // Optional, See “Custom Menu Items” below<br />
// apiKey: “b741bc26c4b044db9ff9b57b3666d2093”, // Optional, See API/README.md for details<br />
// classes: {} // Optional, See “Custom Classes” below<br />
}<br />
},</p>
]]></description><link>https://forum.magicmirror.builders/topic/16290/need-help-with-mmm-remote-control</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 13:51:40 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16290.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Jan 2022 20:20:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need Help with MMM-Remote-Control on Mon, 31 Jan 2022 03:24:47 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></p>
<p dir="auto">Thanks and appreciate the advise! I will leave IPWhitelist blank.  I appreciate your input.</p>
]]></description><link>https://forum.magicmirror.builders/post/99199</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99199</guid><dc:creator><![CDATA[ccrichtx]]></dc:creator><pubDate>Mon, 31 Jan 2022 03:24:47 GMT</pubDate></item><item><title><![CDATA[Reply to Need Help with MMM-Remote-Control on Mon, 31 Jan 2022 03:21:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ccrichtx" aria-label="Profile: ccrichtx">@<bdi>ccrichtx</bdi></a> ip6 doesn’t use any of the ip4 numbers!</p>
<p dir="auto">completely different</p>
<p dir="auto">no reason to use ip6 in a home network</p>
<p dir="auto">I recommend not using any ipWhitelist unless u are worried your kids, friends or spouse might access mm when u don’t want them to.</p>
]]></description><link>https://forum.magicmirror.builders/post/99198</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99198</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 31 Jan 2022 03:21:39 GMT</pubDate></item><item><title><![CDATA[Reply to Need Help with MMM-Remote-Control on Mon, 31 Jan 2022 03:08:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ccrichtx" aria-label="Profile: ccrichtx">@<bdi>ccrichtx</bdi></a></p>
<p dir="auto">I also tried: “::fff:192.168.1.1/112” and “::ffff:192.168.1.1/120” and they did not work.</p>
]]></description><link>https://forum.magicmirror.builders/post/99197</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99197</guid><dc:creator><![CDATA[ccrichtx]]></dc:creator><pubDate>Mon, 31 Jan 2022 03:08:02 GMT</pubDate></item><item><title><![CDATA[Reply to Need Help with MMM-Remote-Control on Mon, 31 Jan 2022 02:32:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a></p>
<p dir="auto">Karsten thanks for you input.  removing ipWhitelist parameters worked and leaving it blank  [],</p>
<p dir="auto">Log file nohup.out showed the following error:<br />
[30.01.2022 19:55.51.116] [LOG]   Access denied to IP address: 192.168.1.20<br />
[30.01.2022 19:55.54.685] [LOG]   Access denied to IP address: 192.168.1.20</p>
<p dir="auto">My network is running IPv6 and I tried CIDR /47, /55, /63 and the changes did not work.  I will check my home router and see what i can configure to allow.</p>
<p dir="auto">I appreciate your expert advise and the time to look at my post.</p>
]]></description><link>https://forum.magicmirror.builders/post/99193</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99193</guid><dc:creator><![CDATA[ccrichtx]]></dc:creator><pubDate>Mon, 31 Jan 2022 02:32:49 GMT</pubDate></item><item><title><![CDATA[Reply to Need Help with MMM-Remote-Control on Sun, 30 Jan 2022 21:10:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ccrichtx" aria-label="Profile: ccrichtx">@<bdi>ccrichtx</bdi></a></p>
<p dir="auto">propably a problem with ipWhitelist, you could try with <code>ipWhitelist: [],</code> and if this work you should set correct values, <a href="https://forum.magicmirror.builders/topic/1326/ipwhitelist-howto">more infos here</a>.</p>
]]></description><link>https://forum.magicmirror.builders/post/99187</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99187</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Sun, 30 Jan 2022 21:10:51 GMT</pubDate></item></channel></rss>