Read the statement by Michael Teeuw here.
MMM-MyScoreboard
-
it looks like its just the nhl games having issues
-
@nhl
The problem I had Thursday was with NFL -
One of the score providers must have changed their api? I believe it uses sportsnet.ca and espn for scores. NCAA Men’s basketball is working fine, but nfl and mls were not working yesterday.
-
NHL was stuck for me.
-
looks like an issue with sportsnet.ca. Looking at the json file, it was documented well that this provider is used for the majority of scores.
https://github.com/jclarke0000/MMM-MyScoreboard/blob/master/providers/SNET.js
It grabs the scores from this feed.
http://www.sportsnet.ca/wp-content/uploads/scoreboard.json
The feed is still active, so need to do some digging as to what broke it.
-
I’ve updated my fork to have the code use ESPN for those broken sports. Something is up with the sportsnet.ca json where it does not give the results for some of the sports. https://github.com/vincep5/MMM-MyScoreboard
-
@vinp Awesome! Thanks!
-
@vinp being a linux/magic mirror newbie - how would one switch to your fork?
-
Brilliant, replaced necessary files with your updates and it works like a charm. Thank you
-
@bkeyport ssh into your Pi and then “cd” into where you have MagicMirror/modules then run:
rmdir MMM-MyScoreboard
while you are still in the /modules folder, do a clone of my repository : git clone https://github.com/vincep5/MMM-MyScoreboard.git
Lastly run:
cd MMM-MyScoreboard
npm install