Read the statement by Michael Teeuw here.
MMM-MyScoreboard
-
This makes me so happy!!! Cannot wait to check it out and move away from my forked code. Welcome to the world of football!!
-
I got this up and running but with NCAA Mens basketball I am struggling to limit the games shown. I have tried changing the group to “Big 12” or “Top 25” but still get everygame, so the module covers the whole left side of my mirror. What am I missing? This is a fresh installation. I just set up my mirror a few days ago.
//{ module: "MMM-MyScoreboard", position: "bottom_left", classes: "default everyone", header: "My Scoreboard", config: { showLeagueSeparators: true, colored: true, viewStyle: "mediumLogos", sports: [ { league: "NHL", groups: ["Atlantic"] }, { league: "NBA", }, { league: "MLB", }, { league: "NFL", }, { league: "NCAAM", Groups: ["Big 12"] }, ] }
-
Also is there a way to limit the numbers of games being shown and maybe rotate through them? Thanks for the help.
-
@motdog change your config to specify
groups
with a smallg
, not a capitalG
. That should fix it. -
@j-e-f-f Awesome. It did!
-
@j-e-f-f Love the module! Any chance we can add the team’s seed for NCAA March Madness?
-
@sameer-t said in MMM-MyScoreboard:
@j-e-f-f Love the module! Any chance we can add the team’s seed for NCAA March Madness?
I’m not sure the feed gives me that info, but you can enable rankings for the top teams. It may equate to seeding since ESPN treats March Madness as an independent feed.
set
showRankings
totrue
in your config. Note this is NOT where you configure the individual leagues, but in the module’s general config. -
Good day
Is it also possible to add the Swiss National League?
-
@CyruS1337 said in MMM-MyScoreboard:
Good day
Is it also possible to add the Swiss National League?
If there’s an available JSON feed, I’m sure it can be done. I’m currently using feeds from ESPN and SportsNet.ca, neither of which provide score data for the Swiss National League. Do you know of one?
-
Is there a way to get this working in a client/server setup? If I run MM directly on my server then all is well. If I run it in client /server mode then the client just displays “loading…”