Skip to content

MagicMirror 2 module totrack the progress of the current year / month.

License

Notifications You must be signed in to change notification settings

ryck/MMM-Year-Progress

Repository files navigation

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...

About

MagicMirror 2 module totrack the progress of the current year / month.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published