MMM-NetworkScanner
MMM-NetworkScanner copied to clipboard
A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address
I think the problem is here: ` nextState = this.config.devices.map(device => { ` As this loops on this.config.devices, it basically excludes all those devices that are not in that array....
Is there a way to sort so one device to always appear at the top of the list? And if all devices are connected can i get it to priorities...
I've just noticed that a solution was already proposed more than one year ago. Anyway, as I worked on it too, I am going to share my implementation. Not sure...
Hello. I would like to use my presence of the Magic Mirror. So this will be always the same. I want to make 2 channels in the MQTT server. One...
Hello, when i follow the readme, i get this "error" with the arp-scan `pi@Magic-Mirror:/usr/share/arp-scan $ sudo get-iab -v -u http://standards.ieee.org/develop/regauth/iab/iab.txt Unknown option: u Usage: get-iab [options] Fetch the Ethernet IAB...
Because our arp-scan require *sudo*, we get excessive logs, every time it is ran. you can check this with `journalctl -b` or `cat /var/log/auth.log`: ```bash May 10 11:28:03 sudo[26437]: pi...
I have a lot of machines in the house aswell as airbnb-guests coming and going with devices so i want to keep track of who is in and not. With...
Hi, sorry this is not a bug. I think it would be cool if you could specify that we only scan for occupants during a specific time range. For example...
Currently, when using the `showLastSeen` option, your entire lists, shows: `a few seconds ago`, which is redundant, IMO. Instead, it would be preferred that the last seen is: * only...