/MMM-WhoIsHome

Display which wifi devices is at home online...

Primary LanguageJavaScriptMIT LicenseMIT

MMM-WhoIsHome

MagicMirror Module to display which wifi devices is at home...

Dependencies:

Setup:

  • 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
			},],
		},
},

TODO:

  • Clean up code