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
Possibility to save the last seen and still have it after restart of the software.. Maybe have the last seen stuff in an sqlite database or text file or whatever...
I use sth0 connected to 192.168.2.0 and wlan0 connected to 192.168.1.0 For both interfaces to run arp-scan in their own network i need the -I option.
It seems like it not possible to have multiply configs, when i have everything in one it seems to work fine, but when i have it separated it seems to...
not sure why but got error saying this.config is undefined in node_helper.js line 42 working with adding this.config again from the main config. Very new to MMM so no idea...
Check [this page](https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#changes) where the upgrade guide refers to the new usage of `fas` and `fab` instead of the previous `fa` prefix (which is supported currently by the `v4-shims.min.css`)
You can use "**" at every 8-bit block in the mac-address to act as a wildcard. I implemented this, because my range extenders are changing the mac addresses of devices...
Hello, I don't know why but I no all the icons are working. If I take "phone", it's displayed by the module but no "mobile". And yet, they are both...
Extended to display the output as device rows or as device columns as well as introduction of a color display controlled by the online/offline status of the device
This is due to the keepAlive only being respected when showOffline is active. I will leave a patch here, as this repository does not seem to be maintained. Alternatively, you...
It will be awesome if we can see the IP of a machine in our network. I set all my device via Mac address because their IP change frequently and...