1
It should be documentation about that you need to do the following to get "arp-scan" to work on "MagicMirror" if you get indefinitely lading.
Debug massages would be nice, but it seems to not exist at all so it took quite some time to come up with the workaround, as it was impossible to know where to start.
Step 1
open "sudo visudo" in terminal
Step 2
# Add this code / Allow arp-scan without sudo
YourUsername ALL=(ALL) NOPASSWD: /usr/sbin/arp-scan
And then that´s problem was fixed.
1
It should be documentation about that you need to do the following to get "arp-scan" to work on "MagicMirror" if you get indefinitely lading.
Debug massages would be nice, but it seems to not exist at all so it took quite some time to come up with the workaround, as it was impossible to know where to start.
Step 1
Step 2
And then that´s problem was fixed.