Read the statement by Michael Teeuw here.
NCAA Bracket
-
Re: MMM-MyScoreboard
Hey! Love the scoreboard. Today I was trying to get the NCAAM to work, but no teams in the bracket challenge came up. Is that something still in progress? Is there a way to add that functionality?
-
@sanj926 Support for March Madness has been added. You configure it as if it were a separate league. I’ve also added a
label
parameter you can specify to change the name that is displayed in the league separator (if you’re using it). That way you could have it display something like “March Madness” instead of “NCAAM_MM”Example:
{ module: "MMM-MyScoreboard", position: "top_right", classes: "default everyone", header: "My Scoreboard", config: { showLeagueSeparators: true, colored: true, viewStyle: "mediumLogos", sports: [ { league: "NCAAM" //Division I }, { league: "NCAAM_MM", //March Madness label: "March Madness" } ] } },
It’s kind of a hacky solution… I would have preferred to treat March Madness as if it were a subgroup, much like specifying a division, but I don’t think it’s possible to retrieve Division I and March Madness in the same API call. It will take a bit of rearchitecting my provider system to allow multiple calls for a single league. This will have to do for now.
-
Excellent! Can’t wait to try it later today. Thank you