Read the statement by Michael Teeuw here.
MMM-NetworkScanner
-
Hi ianperrin,
I´m just getting a “loading”-Output.
Even I did the “npm install” I get this;“MMM-NetworkScanner received SCAN_NETWORK
MMM-NetworkScanner is scanning for mac addresses
MMM-NetworkScanner received an error running arp 1 sudo: arp-scan: command not found”Okay my fault. RTFM
(I did a “sudo apt-get install arp-scan” and now it´s working.)Thanks, desq
-
@desq are you sure you did this step?
cd ~/ sudo apt-get install arp-scan
-
@strawberry-3.141 now i did. I know. RTFM.
-
@ianperrin Thanks this module working great, now my MM inside the house can display once my car reaches Basement Parking as shown in the screenshot
-
I’m quite new to this and would like the line seperator with headline which is missing for me, can you explain (eli5) to me how to add it like in your screenshot with a custom title?
-
The header config is actually not specific to MMM-NetworkScanner, and can in fact be configured for any module. Try this
{ module: 'MMM-NetworkScanner', header: 'Who is home', position: 'top_left', config: { // Optional config options } },
-
@ianperrin Well. I feel kinda stupid but thank you!
-
@DevilRev there no such thing as a stupid question so keep asking away… ;)
-
Cool module, shows directly the mobiles based on their MAC adress nicely. However, the online status is not displayed (yes, wifi is on and the mac addresses are correct :)). Any idea?
EDIT; seems that only lowercase MAC adress work. My mobile phone just popped up, after changing the MAC address from uppercase (copy of advanced ip scanner) to lowercase.
-
@kclemen said in MMM-NetworkScanner:
Cool module, shows directly the mobiles based on their MAC adress nicely. However, the online status is not displayed (yes, wifi is on and the mac addresses are correct :)). Any idea?
Could you post a copy of your config for the module - masking the MAC addresses ;)