This a module for the MagicMirror.
This module tracks the progress of the year / month.
@year_progress year_progress Progress Bar
git clone https://github.com/ryck/MMM-Year-Progress.git && cd MMM-Year-Progress && npm install && cd ..
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
}
},
- None
- Michael Teeuw for the MagicMirror2 framework that made this module possible.