Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.46 KB

MMM-Year-Progress

This a module for the MagicMirror.

This module tracks the progress of the year / month.

Inspiration

@year_progress year_progress Progress Bar

Screenshot

Installation

git clone https://github.com/ryck/MMM-Year-Progress.git && cd MMM-Year-Progress && npm install && cd ..

Config

The entry in config.js can include the following options:

Option Description
updateInterval How often the arrival information is updated.

Type: integer
Default: 1 min
debug Show debug information.

Possible values: true or false
Default: false

Here is an example of an entry in config.js

{
	module: 'MMM-Year-Progress',
	position: 'bottom_left',
	header: 'Progress',
	config: {
		updateInterval: 60 * 60 * 1000,
		debug: false
	}
},

Dependencies

  • None

Thanks To...