Skip to content

IP address presence monitor module for the Magic Mirror project.

Notifications You must be signed in to change notification settings

tomgroenwoldt/MMM-home-presence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM Home presence

module_demo

This module pings configurable IP addresses and checks their reachability. This way you can check if certain devices are connected to your local network and draw a conclusion about their owners being at home or outside.

You should setup fixed IP addresses for the devices you want to monitor. This can be done in your router settings.

Installation

In your terminal, go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/tomgroenwoldt/MMM-home-presence.git

Install dependencies:

cd MMM-home-presence
npm install

Using the module

Configure the module in your config/config.js file. Example:

{
  module: "MMM-home-presence",
  position: "top_right",
  header: "Home Presence",
  config: {
    IPMap: {
      "192.168.178.110": "Einstein",
      "192.168.178.28": "Guenther",
      "192.168.178.55": "Manfred"
    },
    interval_ms: 2000,
  }
}

About

IP address presence monitor module for the Magic Mirror project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published