Read the statement by Michael Teeuw here.
NHL Module
-
@Officeglen after my lectures today, I could help to debug this via teamviewer and fix it in time for your brothers birthday
@bbry do you get any errors in the terminal or electron console?
-
@Officeglen I made a possible fix for the error we couldn’t reproduce. I’m assuming that this was due to an unexpected/unhandled behaviour of the api.
@chieftainSupreme I was looking for a free api a couple of weeks ago, but couldn’t find one.
-
@strawberry-3.141 I got it working now. I removed the module from config.js, npm install(already was installed) in ~/MagicMirror/modules/MMM-NHL, then added the module.
-
@Officeglen Mine also does this. I’ve found that (at least in my case) its related to my internet connectivity. If I have MM loading up multiple modules that require the internet to update, while running my PC, tablet, cell phone, ps4 etc, that I get the infinite loading message. Can’t say its the same issue for yours, but Id guess that the module is loaded last, and times out therefore getting stuck on the ‘loading’ part. It hasn’t happened to me in quite some time, but my solution was to turn off a few devices, and to start the MM during off hours of NHL games. Now if I leave my MM on the module works just fine with updating scores and such
-
@SexyTrogg when your failure is related to the internet connection, then loading shouldn’t be there forever, but should stop on the next reloadinterval, which is 30 minutes by default
-
@strawberry-3.141 Makes sense to me. I am not sure then what has changed to make that loading message leave.
-
The focus_on option appears to have a bug. When enabled the module doesn’t recognize the NHL season anymore, it shows up as “NHL UNDEFINED UNDEFINED” instead of Regular Season or Pre-Season.
My config is as follows:
{ module: 'MMM-NHL', position: 'top_left', config: { colored: false, reloadInterval: 900000, focus_on: ['PHI'], } },
Request: Could there be a way to maybe show a few days worth of past games, when following just one team and seeing one game it would be nice to have an option to show more on screen.
-
@WayneStain are you running the newest version? the undefined for the season display should be fixed. it will display all matches of the team that the API returns
-
I am running the newest version. Oddly enough just letting it run for a few days and it is now showing the season properly, and I have two “focus_on” games showing, one from yesterday and an upcoming game tomorrow. Before it was just showing a single game that was already completed.
-
Thank you for this. Everything is working perfectly except for my time, which is three hours off. How would one go about changing time zones? The time on my clock module is correct to my location.