MMM-NHL
-
Description:
NHL Scoreboard… just in time for the start of the season!
Can view entire league or use focus_on to just view the team or teams you want!
See Readme on Github.
Screenshots:
Start screen
Last Season example
Upcoming Match example
Download:
Version 1.0.0
-
@cowboysdude said in MMM-NHL:
Can view entire league or use focus_on to just view the team or teams you want!
That is a thing of beauty!
-
Need help troubleshoot this module. I’m a newbie and tried to troubleshoot before reaching out for help. The module is stuck on “Dropping the puck…”. Nothing stands out to me in the error log. I have run npm install from /MagicMirror/modules/MMM-Fracing as well as /MagicMirror/modules/MMM-NHL. I’ve removed and readded module to config file. Could I be missing a dependence?
Here is my log
magicmirror@2.1.2 start /home/pi/MagicMirror
sh run-start.shStarting MagicMirror: v2.1.2
Loading config …
Loading module helpers …
No helper found for module: alert.
Initializing new module helper …
Module helper loaded: updatenotification
Initializing new module helper …
Module helper loaded: MMM-ModuleScheduler
No helper found for module: clock.
Initializing new module helper …
Module helper loaded: MMM-MyCalendar
No helper found for module: MMM-EyeCandy.
No helper found for module: calendar_monthly.
Initializing new module helper …
Module helper loaded: MMM-NHL
Initializing new module helper …
Module helper loaded: MMM-MotionEye
Initializing new module helper …
Module helper loaded: MMM-JEOPARDY
Initializing new module helper …
Module helper loaded: calendar
Initializing new module helper …
Module helper loaded: MMM-WunderGround
Initializing new module helper …
Module helper loaded: MMM-Wunderlist
Initializing new module helper …
Module helper loaded: MMM-MyCommute
All module helpers loaded.
Starting server on port 8080 …
Server started …
Connecting socket for: updatenotification
Connecting socket for: MMM-ModuleScheduler
Starting node helper for: MMM-ModuleScheduler
Connecting socket for: MMM-MyCalendar
Starting node helper for: MMM-MyCalendar
Connecting socket for: MMM-NHL
Starting module: MMM-NHL
Connecting socket for: MMM-MotionEye
Starting module: MMM-MotionEye
Connecting socket for: MMM-JEOPARDY
Starting node_helper for: MMM-JEOPARDY
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: MMM-WunderGround
MMM-WunderGround helper started …
Connecting socket for: MMM-Wunderlist
Connecting socket for: MMM-MyCommuteand config file:
{ module: 'MMM-NHL', position: 'top_center', config: { focus_on: ['Blues'], header: true, maxWidth: "30%", headlogo: true, rotateInterval: 20 * 1000 } },
-
@P-Bo726 Yes I know that LOL Sorry… I did fix it but haven’t uploaded it yet to github, will do that tonight!
It’s nothing you did wrong… it was a url issue
-
@P-Bo726 there you go… working
Tried to get the error checking to work but if there’s no match it’ll just show the date with nothing under it if you’re using focus_on… I’ll get to it… but for now it works again
-
Looks good. Thank you.
-
@P-Bo726 I’ve added error checking so if you’re using the focus_on and there is no match you’ll see this…
Do a git pull to get latest changes…
-
I seem to still be having problems with this module. The day before the scheduled game the module displays a preview of the upcoming game. On the day of the game I get the error checking screen you referenced above.
-
Me too…just haven’t had time to look at like I should…but I promise I will
The focus_on seems to NOT work correctly…so I will investigate
-
Have you had a chance to troubleshoot this module?