Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.4 KB

MMM-SantaTracker

This is a module for the MagicMirror2 framework that will track Santa Claus as he delivers presents on Christmas Eve.

MMM-SantaTracker interface

Features

  • Tracks Santa Claus as he delivers presents!
  • Displays popup of his location with city & country
  • Displays photo of the location where he's dropping off gifts or coal
  • Three map options

Installation

Clone the repository and add the config settings.

  1. Clone the repository into your ~/MagicMirror/modules folder.
  2. Configure your ~/MagicMirror/config/config.js file.
{
	module: "MMM-SantaTracker",
	position: "bottom_left",
	config: {
		markerColor: 'IndianRed',
		mapMode: "satellite"
	}
},

Options

All configuration parameters are optional.

Option Default Description
markerColor "LightGreen" Color of the points marking the cities
mapMode "dark" The map tile style. Accepted parameters are "dark", "light", "satellite"
lineColor "#a1100" Color of the line that follows Santa
lineWidth 3 Width of the line that follows Santa
overTime null Overrides the module scheduling. You can test the tracker by specifying a valid date & time string on Christmas Eve here. Dates are in format YYYY-MM-DDTHH:mm:ss.sssZ with some wiggle room.