Skip to content
forked from fewieden/MMM-NHL

National Hockey League Module for MagicMirror²

License

Notifications You must be signed in to change notification settings

matlem037/MMM-NHL

 
 

Repository files navigation

MMM-NHL GitHub license Build Status Code Climate Known Vulnerabilities

National Hockey League Module for MagicMirror2

Dependencies

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Configure your ~/MagicMirror/config/config.js:

    {
        module: 'MMM-NHL',
        position: 'top_right',
        config: {
            ...
        }
    }
    
  3. Run command npm install --productive in ~/MagicMirror/modules/MMM-NHL directory.

Config Options

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.

About

National Hockey League Module for MagicMirror²

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.4%