Skip to content

National Hockey League scores and schedule module for MagicMirror

License

Notifications You must be signed in to change notification settings

Trentent/MMM-NHL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-NHL

National Hockey League Module for MagicMirror2

Started as a clone of https://github.com/fewieden/MMM-NFL with lots of modifications for NHL stats/schedule.

This module will give near-realtime updates during of the scores of currently running games. It will show the previous days game, today's games and a set number of days that you specify (default is 1).

Example

Dependencies

Installation

  1. Change directory to ~/MagicMirror/modules.

  2. Run this command : git clone https://github.com/trentent/MMM-NHL.git

  3. Run command npm install in ~/MagicMirror/modules/MMM-NHL directory.

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

    {
        module: 'MMM-NHL',
        position: 'top_right',
        config: {
            ...
        }
    }
    

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. 'NOT TESTED'
format 'ddd h:mm' In which format the date should be displayed. All Options
reloadInterval 1800000 (30 mins) How often should the data be fetched
datesToLookAhead 1 (1 day) How far in advance the schedule should be pulled

About

National Hockey League scores and schedule module for MagicMirror

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published