<?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[Ip whitelist]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/1326/ipwhitelist-howto">ipWhitelist HowTo</a></p>
<p dir="auto">Hi all,<br />
I apologize if I make silly questions but I’m completely new in this fantastic world.<br />
I installed my magic mirror and I’m tried to customize it following my tastes. I installed the MMremote module but I cannot set the right ip in the whitelist. I tried several times to access, through a tablet and a laptop, but every time I get the refused access error.<br />
My Pi ip address is 192.168.188.52<br />
my laptop ipv4 is 192.168.188.32<br />
my tablet ip is 192.168.188.28<br />
I tired to edit this ips to the whitelist but nothing happens.<br />
Can someone help me?<br />
Since I made some mistake I resumed the default configuration.</p>
<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var config = {
	address: "0.0.0.0", // Address to listen on, can be:
	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
	                      // - another specific IPv4/6 to listen on a specific interface
	                      // - "", "0.0.0.0", "::" to listen on any interface
	                      // Default, when address config is left out, is "localhost"
	port: 8080,
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
	                                                       // or add a specific IPv4 of 192.168.1.5 :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
	                                                       // or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],


	language: "it",
	timeFormat: 24,
	units: "metric",

	modules: [
		
                {       
                        module: "alert",
		},
                {
                        module: 'MMM-Remote-Control',
                        // uncomment the following line to show the URL of the remote control on the mirror,
                        position: 'bottom_right',
                        // you can hide this module afterwards from the remote control itself
                },



		{
			module: "calendar",
			header: "MyTab",
			position: "bottom_left",
			config: {
				calendars: [
					{
						symbol: "angellist",
						url: "https://calendar.google.com/calendar/ical/XXX.com/private-bfa9ee5d1713d4d59c9c662e4b0aa959/basic.ics"
					}
                
				]
			}
		},
                {
                        module: 'persistent_config_interface'
                },
                
	]       

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/7178/ip-whitelist</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 11:47:17 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7178.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 May 2018 08:29:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ip whitelist on Fri, 18 May 2018 00:57:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hriereb" aria-label="Profile: hriereb">@<bdi>hriereb</bdi></a></p>
<p dir="auto">You’re welcome, mate. :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/39588</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39588</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 18 May 2018 00:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to Ip whitelist on Thu, 17 May 2018 17:17:46 GMT]]></title><description><![CDATA[<p dir="auto">Thank you so much, your advise was really precious.</p>
]]></description><link>https://forum.magicmirror.builders/post/39562</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39562</guid><dc:creator><![CDATA[Hriereb]]></dc:creator><pubDate>Thu, 17 May 2018 17:17:46 GMT</pubDate></item><item><title><![CDATA[Reply to Ip whitelist on Wed, 16 May 2018 11:57:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hriereb" aria-label="Profile: hriereb">@<bdi>hriereb</bdi></a> said in <a href="/post/39522">Ip whitelist</a>:</p>
<blockquote>
<p dir="auto">ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”],</p>
</blockquote>
<p dir="auto">I just whitelist all of the devices on my network by changing to this at the beginning of my config.</p>
<p dir="auto"><code>ipWhitelist: [],</code></p>
]]></description><link>https://forum.magicmirror.builders/post/39527</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39527</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 16 May 2018 11:57:13 GMT</pubDate></item></channel></rss>