MagicMirror Module to display which wifi devices is at home...
- Install arp-scan
- Go into your module folder an run
npm install
- Add the following to your config:
{
module: 'MMM-WhoIsHome',
position: 'top_right',
config:{
device: [{
name: <YOUR DEVICE NAME>, //required
mac: <YOUR DEVICE MAC ADRESS>, //required
},],
},
},
- Clean up code