Read the statement by Michael Teeuw here.
MMM-NHL - NHL Score and Schedule module
-
I swear I tried finding an NHL module and couldn’t so decided to try making it myself! Heh, well thanks for making one!
-
@Trentent Hey, I just did this with the NFL module but am wondering if I can only show one team in the NHL module? I tried focus_on: [‘NYI’] (yes I am an Isles fan, ugh). This didn’t work, is there something else I need to change?
-
@ooom416354 try
focus_on: [2]
-
@strawberry-3.141 said in NHL Score and Schedule module:
focus_on: [2]
Thanks for posting this! Really only interesting the NY Rangers. The full list of teams can be found in the .js file.
-
@strawberry-3.141 said in NHL Score and Schedule module:
@ooom416354 try
focus_on: [2]
worked perfectly, thanks!
-
anyone having an issue today with the module? i am just seeing Loading… and was wondering if it was just me or some other issue
-
@ooom416354 said in NHL Score and Schedule module:
anyone having an issue today with the module? i am just seeing Loading… and was wondering if it was just me or some other issue
think i figured it out, no games on the schedule for the christmas break.
-
Hey guys,
I have installed MMM-NHL in modules and edited my config.js file which shows the modules on my MagicMirror. However, I cannot see the schedule list, there are games on tonight. Any suggestions?
-
Did you maybe skip installing the dependencies? Navagate to the modules/MMM-NHL folder and
sudo npm install
Restart your mirror and you should have scores.
-
@HungoverRex remove the quotes from your booleans, this should be the problem.
{ module:"MMM-NHL", position: "lower_third", config: { colored: false, focus_on: false, format: "ddd h:mm", reloadInterval: 1800000, datesToLookAhead: 1 } }