<?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[MMM-AdminPanel get problem]]></title><description><![CDATA[<p dir="auto">Hello, I applied all steps and follow ipWhiteList rules.</p>
<p dir="auto"><a href="https://github.com/ItayXD/MMM-Admin-Interface!" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ItayXD/MMM-Admin-Interface!</a>[alt text](![image url](![image url](image url)))</p>
<p dir="auto">When i try in over browser</p>
<p dir="auto"><a href="http://localhost:8080/MMM-Admin-Interface/" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/MMM-Admin-Interface/</a></p>
<p dir="auto">It says with white screen</p>
<p dir="auto">Cannot GET /MMM-Admin-Interface/</p>
<p dir="auto">1- git clone projects<br />
2- adding module in config js</p>
<p dir="auto">`{<br />
module: “MMM-Admin-Interface”<br />
},</p>
<p dir="auto">3- My internal Ip is 192.168.0.29</p>
<p dir="auto">ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “192.168.0.29” , “::ffff:192.168.0.29”], // Set [] to allow all IP addresses bla bla</p>
<p dir="auto">Thanks for helping me, what is the point here?</p>
]]></description><link>https://forum.magicmirror.builders/topic/13438/mmm-adminpanel-get-problem</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 03:30:14 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13438.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 09 Aug 2020 12:08:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-AdminPanel get problem on Mon, 10 Aug 2020 13:57:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/emrah_asl" aria-label="Profile: emrah_asl">@<bdi>emrah_asl</bdi></a> also, vnc vs mm.  mm implements its own network security . so vnc connection has nothing to do with mm connection</p>
]]></description><link>https://forum.magicmirror.builders/post/79999</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79999</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 10 Aug 2020 13:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AdminPanel get problem on Sun, 09 Aug 2020 13:28:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/emrah_asl" aria-label="Profile: emrah_asl">@<bdi>emrah_asl</bdi></a> what is your windows pc IP address</p>
<pre><code>ipWhitelist: [ windows_ip/32 ],
</code></pre>
<p dir="auto">my windows IP is 192.168.2.106, so would be</p>
<pre><code>ipWhitelist:[192.168.2.106/32],
</code></pre>
<p dir="auto">that means, ipv4 addresses are 32 bits wide (4 chars)</p>
<p dir="auto">so, allow this address windows_ip, and use all 32 bits for address matching</p>
<p dir="auto">you can match the local network</p>
<p dir="auto">windows_ip/24 which would be<br />
any system with address starting with 192.168.0</p>
]]></description><link>https://forum.magicmirror.builders/post/79964</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79964</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 09 Aug 2020 13:28:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AdminPanel get problem on Sun, 09 Aug 2020 13:24:14 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Yeah you right again ! When I leave blanks ipWhitelist, It is works.</p>
<p dir="auto">Bu interesting, what should do coorect restrictons about this point.</p>
<p dir="auto">I’m connecting my rpi over VNC servier with 192.168.0.29 in my windows.</p>
]]></description><link>https://forum.magicmirror.builders/post/79963</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79963</guid><dc:creator><![CDATA[emrah_asl]]></dc:creator><pubDate>Sun, 09 Aug 2020 13:24:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AdminPanel get problem on Sun, 09 Aug 2020 13:16:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/emrah_asl" aria-label="Profile: emrah_asl">@<bdi>emrah_asl</bdi></a> hm…</p>
<p dir="auto">i added module and default config,</p>
<p dir="auto">and (my MM on port 8090 as another app is using 8080)</p>
<pre><code>http://localhost:8090/MMM-Admin-Interface/
</code></pre>
<p dir="auto">shows<br />
<img src="/assets/uploads/files/1596978895623-screenshot-at-2020-08-09-08-13-44.png" alt="Screenshot at 2020-08-09 08-13-44.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">so I would blank out the ipWhitelist to</p>
<pre><code>ipWhitelist:[],
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/79962</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79962</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 09 Aug 2020 13:16:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AdminPanel get problem on Sun, 09 Aug 2020 13:08:17 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/79960">MMM-AdminPanel get problem</a>:</p>
<blockquote>
<p dir="auto"><a href="http://localhost:8080/MMM-Admin-Interface/" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/MMM-Admin-Interface/</a></p>
</blockquote>
<p dir="auto">//where do you do this from?</p>
<p dir="auto">answe is, I’m writing inside raspberry 4b browser</p>
]]></description><link>https://forum.magicmirror.builders/post/79961</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79961</guid><dc:creator><![CDATA[emrah_asl]]></dc:creator><pubDate>Sun, 09 Aug 2020 13:08:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AdminPanel get problem on Sun, 09 Aug 2020 13:06:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/emrah_asl" aria-label="Profile: emrah_asl">@<bdi>emrah_asl</bdi></a> said in <a href="/post/79957">MMM-AdminPanel get problem</a>:</p>
<blockquote>
<p dir="auto"><a href="http://localhost:8080/MMM-Admin-Interface/" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/MMM-Admin-Interface/</a></p>
</blockquote>
<p dir="auto">where do you do this from?</p>
<p dir="auto">note that the ipWhitelist addresses are not correct</p>
<p dir="auto">if using ipv4, its address/mask</p>
<p dir="auto">I usually make ipWhilelist:[],<br />
to allow anyone on my local network to access, until I get it the way I want</p>
]]></description><link>https://forum.magicmirror.builders/post/79960</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79960</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 09 Aug 2020 13:06:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AdminPanel get problem on Sun, 09 Aug 2020 12:58:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/emrah_asl" aria-label="Profile: emrah_asl">@<bdi>emrah_asl</bdi></a> said in <a href="/post/79951">MMM-AdminPanel get problem</a>:</p>
<blockquote>
<p dir="auto">When i try in over browser<br />
<a href="http://localhost:8080/MMM-Admin-Interface/" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/MMM-Admin-Interface/</a></p>
</blockquote>
<p dir="auto">Hi, I’m doing this inside my raspberry browser.</p>
<p dir="auto"><a href="http://localhost:8080/" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/</a></p>
<p dir="auto">is working for MM.</p>
<p dir="auto">192.168.0.29  is my rpi internal ip which means i connect via VNC server</p>
]]></description><link>https://forum.magicmirror.builders/post/79957</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79957</guid><dc:creator><![CDATA[emrah_asl]]></dc:creator><pubDate>Sun, 09 Aug 2020 12:58:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AdminPanel get problem on Sun, 09 Aug 2020 12:42:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/emrah_asl" aria-label="Profile: emrah_asl">@<bdi>emrah_asl</bdi></a> localhost means from this machine, so browser running on mm machine</p>
]]></description><link>https://forum.magicmirror.builders/post/79955</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79955</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 09 Aug 2020 12:42:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-AdminPanel get problem on Sun, 09 Aug 2020 12:41:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/emrah_asl" aria-label="Profile: emrah_asl">@<bdi>emrah_asl</bdi></a> does</p>
<pre><code>http://pi_address:8080
</code></pre>
<p dir="auto">from your pc open the mm?</p>
<p dir="auto">assuming 192.168.0.29 is your PC address?</p>
]]></description><link>https://forum.magicmirror.builders/post/79954</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79954</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 09 Aug 2020 12:41:42 GMT</pubDate></item></channel></rss>