<?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 Remote &amp; MMM-Admin-Interface Error: ipwhitelist error: Access Denied Error]]></title><description><![CDATA[<p dir="auto">I am using RP-3. I installed both the module MMM Remote &amp; MMM-Admin-Interface. Both are giving the same error i.e Access Denied to IP Address: 192.168.2.15</p>
<p dir="auto">my configuration is below:</p>
<p dir="auto">/* Magic Mirror Config Sample<br />
*</p>
<ul>
<li>By Michael Teeuw <a href="http://michaelteeuw.nl" target="_blank" rel="noopener noreferrer nofollow ugc">http://michaelteeuw.nl</a></li>
<li>MIT Licensed.</li>
<li></li>
<li>For more information how you can configurate this file</li>
<li>See <a href="https://github.com/MichMich/MagicMirror#configuration" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror#configuration</a></li>
<li></li>
</ul>
<p dir="auto">*/</p>
<p dir="auto">var 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, is “localhost”<br />
port: 8080,<br />
//ipWhitelist: [““127.0.0.1”, “::ffff:127.0.0.1”, “::1”, 192.168.2.1, ::ffff:192.168.2.15”],  // Set [] to allow all IP addresses<br />
// or add a specific IPv4 of 192.168.1.5 :<br />
// [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.5”],<br />
// or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :<br />
// [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.3.0/28”],</p>
<pre><code>language: "en",
timeFormat: 24,
units: "metric",

modules: [
	{
	    	module: "MMM-Admin-Interface",
		},
	 
	{
		module: "alert",
	},
	{
		module: "updatenotification",
		position: "top_bar"
	},
	{
		module: "clock",
		position: "top_left"
	},
	{
		module: "calendar",
		header: "Indian Holidays",
		position: "top_left",
		config: {
			calendars: [
				{
					symbol: "calendar-check-o ",
					url: "webcal://www.calendarlabs.com/ical-calendar/ics/33/India_Holidays.ics"
				}
			]
		}
	},
	{
		module: "compliments",
		position: "lower_third"
	},
	{
		module: "currentweather",
		position: "top_right",
		config: {
			location: "Patna, India",
			locationID: "1260086",  //ID from http://www.openweathermap.org/help/city_list.txt
			appid: "a07381eea7234555b1f6b781545bb4d6"
		}
	},
	{
		module: "weatherforecast",
		position: "top_right",
		header: "Weather Forecast",
		config: {
			location: "Patna",
			locationID: "1260086",  //ID from http://www.openweathermap.org/help/city_list.txt
			appid: "a07381eea7234555b1f6b781545bb4d6"
		}
	},
	{
		module: "newsfeed",
		position: "bottom_bar",
		config: {
			feeds: [
				{
					title: "Times Of India",
					url: "https://timesofindia.indiatimes.com/rssfeedstopstories.cms"
				}
			],
			showSourceTitle: true,
			showPublishDate: true
		}
	},
]
</code></pre>
<p dir="auto">};</p>
<p dir="auto">/*************** DO NOT EDIT THE LINE BELOW ***************/<br />
if (typeof module !== “undefined”) {module.exports = config;}</p>
<p dir="auto">**Any Help will be greatly appreciated.</p>
<p dir="auto">Thanks in advance**</p>
]]></description><link>https://forum.magicmirror.builders/topic/8552/mmm-remote-mmm-admin-interface-error-ipwhitelist-error-access-denied-error</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 13:10:22 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8552.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Aug 2018 18:31:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM Remote &amp; MMM-Admin-Interface Error: ipwhitelist error: Access Denied Error on Thu, 09 Aug 2018 18:52:55 GMT]]></title><description><![CDATA[<p dir="auto">It doesn’t look like you have any IPs specifically whitelisted… you have to change your line:</p>
<p dir="auto"><code> //ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, 192.168.2.1, ::ffff:192.168.2.15"],  // Set [] to allow all IP addresses</code></p>
<p dir="auto">To something like this:</p>
<p dir="auto"><code>ipWhitelist: [“127.0.0.1”, “192.168.2.15"], // Set [] to allow all IP addresses</code></p>
<p dir="auto">So basically uncomment the line and make sure to add your IP. You may want to just whitelist the entire subnet, to do that you would add <code>"192.168.2.0/24"</code></p>
]]></description><link>https://forum.magicmirror.builders/post/43248</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43248</guid><dc:creator><![CDATA[ndom91]]></dc:creator><pubDate>Thu, 09 Aug 2018 18:52:55 GMT</pubDate></item></channel></rss>