@bkeyport Good! Always neat to try it on your own. I’ve seen and learned a lot from different MM devs. I’ve made changes to mine to show a “No scores to display” message if there are NO sports to display at all. All you need to do, if you use my fork is to add showNoSportsText: true in the config for the module. git pull of course too :) I do agree with @j-e-f-f, to try to keep the module as small as possible.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MyScoreboard
-
RE: MMM-MyScoreboard
Yeah that’s a good one. I also use the carousel and see this happening. I can take a look maybe this weekend.
-
RE: MMM-MyScoreboard
@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!
-
RE: MMM-MyScoreboard
@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
-
RE: MMM-MyScoreboard
@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 -
RE: Strange issue
If previous suggestions dont help, try removing the MMM-WatchDog module and see if it crashes anymore.
-
RE: MMM-MyScoreboard
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
-
RE: Fifa World Cup overview
I’ve updated my fork of MMM-MyScoreboard to update scores and game statuses for the World Cup games. Lots of Overtime / Shootouts to handle :) I also added a few other leagues. https://github.com/vincep5/MMM-MyScoreboard/tree/add_more_soccer
-
RE: Electron CPU usage
MM 2.4.1 - if anyone is trying to look for it while searching for forums. Apologies if it has already been stated
So i’ve done it both ways:
dtoverlay=vc4-kms-v3d
I noticed that my CPU temp is well into the 60-70 degree Celsius with CPU loads mostly in the 1.x, 2.x, and sometimes 3.x rangesWhen i try the other way :
dtoverlay=vc4-fkms-v3d
CPU is much lower in temp under 50 degrees Celsius and CPU load rarely goes above 1.x
and i am able to use the tvservice -o and tvservice -p to schedule my monitor to go on and off at certain timesHopefully this helps anyone searching for this issue on new installs like myself
-
RE: MMM-MyScoreboard
The module has been so awesome for the World Cup ! I’m on the add_more_soccer branch.