National Hockey League Module for MagicMirror2
- An installation of MagicMirror2
- npm
- request
- moment-timezone
-
Clone this repo into
~/MagicMirror/modules
directory. -
Configure your
~/MagicMirror/config/config.js
:{ module: 'MMM-NHL', position: 'top_right', config: { ... } }
-
Run command
npm install --productive
in~/MagicMirror/modules/MMM-NHL
directory.
Option | Default | Description |
---|---|---|
colored |
false |
Remove black/white filter of logos. |
focus_on |
false |
Display only matches with teams of this array e.g. ['VAN', 'MTL', 'BOS'] . |
matches |
6 |
Max number of matches displaying simultaneously. |
format |
'ddd h:mm' |
In which format the date should be displayed. All Options |
rotateInterval |
20000 (20 secs) |
How often should be rotated the matches in the list. |
reloadInterval |
1800000 (30 mins) |
How often should the data be fetched. |