<?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-NetWorkScanner]]></title><description><![CDATA[<p dir="auto">For some reason, this stopped working for me. I went as far as deleting the module and reinstalling the module and dependencies. The devices that I have entered in the config all show as offline.</p>
<pre><code>{
        		module: 'MMM-NetworkScanner',
        		position: 'top_left',
        		config: {
			devices: [
                    		{ ipAddress: "192.168.1.8", name: "BottlePop", icon: "globe"},
				{ ipAddress: "192.168.1.17", name: "Baby Jesus", icon: "futbol-o"},
				{ ipAddress: "192.168.1.2", name: "Dove", icon: "medkit"},
				{ ipAddress: "192.168.1.11", name: "Donna", icon: "venus"},
                    		{ ipAddress: "192.168.1.10", name: "Nikki", icon: "coffee"},
                    		{ ipAddress: "192.168.1.7", name: "Jason", icon: "fire-extinguisher"},
                		],
            			showUnknown: false,              // shows devices found on the network even if not specified in the 'devices' option 
        			showOffline: true,              // shows devices specified in the 'devices' option even when offline
        			showLastSeen: false,            // shows when the device was last seen e.g. "Device Name - last seen 5 minutes ago"
        			keepAlive: 300,                 // how long (in seconds) a device should be considered 'alive' since it was last found on the network
        			updateInterval: 10,             // how often (in seconds) the module should scan the network
				residents: [],
        		}        
    		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/1969/mmm-networkscanner</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 18:08:56 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1969.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Mar 2017 04:09:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-NetWorkScanner on Fri, 21 Apr 2017 08:11:06 GMT]]></title><description><![CDATA[<p dir="auto">Same problem here. I would love to use the occupiedCMD and vacantCMD.</p>
]]></description><link>https://forum.magicmirror.builders/post/20073</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/20073</guid><dc:creator><![CDATA[Albert2002]]></dc:creator><pubDate>Fri, 21 Apr 2017 08:11:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NetWorkScanner on Sun, 05 Mar 2017 22:08:36 GMT]]></title><description><![CDATA[<p dir="auto">After a 3rd deletion and re-installation of the module and dependencies with no success, I tried using only macAddress instead of ipAddress in the device list of the config for the module. At least now the module reports the device as online but still won’t recognize any device by ipAddress. Also, the <code>keepAlive: 300,</code> is not working like it used to. The device (iPhone) is not recognized until I do something with it. As soon as my activity with the iPhone is done I get about 10-15 seconds before the module reports the device is offline, so <code>keepAlive</code> is not happening.</p>
<p dir="auto">I have all static IP addresses on my devices. The module used to work beautifully with static IP addresses. Not so now.</p>
<pre><code class="language-{">        		module: 'MMM-NetworkScanner',
        		position: 'top_left', 
        		config: {
            		devices: [
                    	{ macAddress: "bc:9f:ef:bb:1c:de", name: "Dove", icon: "medkit"},
                    	{ macAddress: "e0:b5:2d:d3:e6:26", name: "BottlePop", icon: "globe"},
                    	{ macAddress: "0c:d7:46:1e:a0:3f", name: "Donna", icon: "venus"},
			{ macAddress: "64:9a:be:e3:83:6b", name: "Nikki", icon: "coffee"},
			{ macAddress: "90:b6:86:d2:16:99", name: "Jason", icon: "fire-extinguisher"},
			{ macAddress: "84:d6:d0:f9:8b:f6", name: "MJD", icon: "child"},
                		],
            		showUnknown: false,
            		showOffline: true,
			showLastSeen: false,
            		keepAlive: 300,
            		updateInterval: 10,
            		residents: [],
		}        
 		},
</code></pre>
<p dir="auto">Anyone want to chime in here?</p>
]]></description><link>https://forum.magicmirror.builders/post/16550</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16550</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 05 Mar 2017 22:08:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NetWorkScanner on Sun, 05 Mar 2017 21:56:04 GMT]]></title><description><![CDATA[<p dir="auto">Removed the custom.css entry for NetWorkScanner to see if that helped anything. This keeps going from bad to worse. Not only are the two modules overlapping, but it appears that part of NetWorkScanner has been diced up, and only part of it is overlapping the calendar_monthly, and the other part is below calendar_monthly.</p>
<p dir="auto"><img src="/assets/uploads/files/1488733554136-yikescapture.jpeg" alt="0_1488733552502_yikesCapture.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/16525</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16525</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 05 Mar 2017 21:56:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NetWorkScanner on Sun, 05 Mar 2017 16:55:50 GMT]]></title><description><![CDATA[<p dir="auto">Console report after launching MM</p>
<p dir="auto"><img src="/assets/uploads/files/1488732836466-consolecapture.jpeg" alt="0_1488732835109_consoleCapture.JPG" class=" img-fluid img-markdown" /> !</p>
<p dir="auto">and</p>
<p dir="auto"><img src="/assets/uploads/files/1488732942269-consolecapture2.jpeg" alt="0_1488732942301_consoleCapture2.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/16523</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16523</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 05 Mar 2017 16:55:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NetWorkScanner on Sun, 05 Mar 2017 16:34:13 GMT]]></title><description><![CDATA[<p dir="auto">I even used several config backups (I save them as I change them for just this type of thing) but they don’t change anything, so I’m sure it is not the config at this point.</p>
]]></description><link>https://forum.magicmirror.builders/post/16521</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16521</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 05 Mar 2017 16:34:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NetWorkScanner on Sun, 05 Mar 2017 16:10:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flatpepsi" aria-label="Profile: FlatPepsi">@<bdi>FlatPepsi</bdi></a> said in <a href="/post/16480">MMM-NetWorkScanner</a>:</p>
<blockquote>
<p dir="auto">You sure you need that last comma on the residents line?</p>
</blockquote>
<p dir="auto">That config entry has been working since I installed NetworkScanner some weeks ago but I tried that anyway, with negative results. The module loads, as stated above, but all devices appear offline. I looked in dev tools, and where it used to show NetworkScanner activity, it no longer does. However, it does show the module as loading</p>
<p dir="auto"><img src="/assets/uploads/files/1488730163259-devcapture.jpeg" alt="0_1488730162067_devCapture.JPG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Is there a proper way of deleting a module and its dependencies. I simply dragged the NetworkScanner folder to the trash, then reinstalled it from github, and the dependencies, but it still is not reporting those devices as online.</p>
]]></description><link>https://forum.magicmirror.builders/post/16518</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16518</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 05 Mar 2017 16:10:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NetWorkScanner on Sun, 05 Mar 2017 04:12:13 GMT]]></title><description><![CDATA[<p dir="auto">You sure you need that last comma on the residents line?</p>
]]></description><link>https://forum.magicmirror.builders/post/16480</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/16480</guid><dc:creator><![CDATA[FlatPepsi]]></dc:creator><pubDate>Sun, 05 Mar 2017 04:12:13 GMT</pubDate></item></channel></rss>