ianperrin / MMM-NetworkScanner

A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck Loading

aareben opened this issue · comments

I just installed this module and I can't seem to get it to scan. Am I doing something wrong? I specifically assigned IP addresses to each phone.

	{
   			module: 'MMM-NetworkScanner',
    		position: 'top_left', 
    		config: {
        			devices:[
                			{ ipAddress: "192.168.1.**", name: "Sister", icon: "fas fa-female"},
                			{ ipAddress: "192.168.1.**", name: "Mom", icon: "fas fa-female"},
				{ ipAddress: "192.168.1.**", name: "Dad", icon: "fas fa-male"},
            			]
    			}        
		},

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.55. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@aareben look at your logs I think it's linked to the fact that you need sudo permission to execute this module.