Read the statement by Michael Teeuw here.
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 -
@vinp
I had to use
sudo rm -rf MMM-MyScoreboard
as the directory was not empty.And had to also throw a
npm cache clean
prior tonpm install
to get rid of the install errors regarding “Failed to parse json”When my MagicMirror starts I see the header, then it disappears and it is not populating any of today’s NFL games. Configuration is the same as I was using before the issues started. Aside from the data sources nothing else changed in this fork right?
-
@wedee Sportsnet changed their feed. Unfortunately the new one is quite different in format so it’s taking me a bit of time to write a fix. Hopefully I’ll have a release soon.
-
@j-e-f-f
Thanks for the reply. Look forward to the update. -
Just noticed in NHL Scores that Vegas Knights Logo was not appearing, just the abbreviation of VGS appearing, I copied the logo and renamed it VGS, logo now appearing, perhaps due to ESPN labeling? Just thought I would share
-
@wedee thanks for the corrected steps. I will look on Thanksgiving if mine shows NFL. Nothing major should have changed. Rams were updated to to be LAR. Outside that my fork was primairly to add more soccer leagues. I do have NHL and NBA on my setup at home
-
@homerj99 I just realized that the logos for NHL can be taken right from the ESPN feed. I have updated my code to include that change (VGS should show up next time they play) To get latest: do a “git pull” after you CD into the MMM-MyScoreboard directory. thanks!