Would you have any interest in creating a similar module for NFL standings? Here is some information related to the NFL Standings API.
NFL Standings API
Read the statement by Michael Teeuw here.
Best posts made by P-Bo726
-
RE: MLB Standings...
Latest posts made by P-Bo726
-
RE: MMM-Openhab
This module looks awesome. I’m new to openHAB, can you provide some more details about how to find my OpenHAB site map, edit site map and use the correct URL in config file? Also how is the response time on a RPI 3 with other modules running.
-
RE: MMM-Trello - Another tool for todos connected to the mirror
I’m using this module on my mirror and haven’t had any problems. Are you using the
wholeList
andshowChecklists
config settings? -
RE: Sell MagicMirrors?
I would say you shouldn’t do it. This is an open source community and you shouldn’t profit off of developers free contributions.
-
RE: MMM-MyScoreboard
Great work. Thanks again for your hard work and dedication to this module. I hope you enjoy working on it as much as we enjoy using it.
-
RE: MMM-NHL
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.
-
RE: MMM-NHL
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 } },