Read the statement by Michael Teeuw here.
MMM-MyScoreboard Teams
-
Hello, Me Again
I had cloned and installed the latest MMM-MyScoreboard. I run the following and my mirror displays no problem, however it shows way more teams than i need or my screen can handle. When I try to add a team, doesn’t matter what league that is when the mirror won’t load.
Works:
sports: [
{
league: “NHL”
},
{
league: “MLB”
},
{
league: “NFL”
},
{
league: “NCAAM_MM”,
label: “March Madness”
}
]
}Doesn’t Work (copy paste from ReadMe):
{
league: “MLB”,
teams: [“TOR”, “CHW”, “NYY”]
},
Then I thought maybe the teams: [“xxxxxxx”] needed a ], for the end like one of the other sections of ReadMe but that didn’t work either:
{
league: “NBA”,
teams: [“TOR”],
},Im not sure why I try to add a team in any league the module crashes. I try 1 team at a time, 1 league at a time, not always the same team “OTT”.
I have made sure the quotes are scripted ones not word document style ones etc and done copy paste from ReadMe.
Has anyone encountered this problem or have any insight?Much Appreciated
SB