You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having similar issue: When i start up MM, i see the scoreboard 'loading' but then basically disappears. Nothing ever shows up for it. Here is my code:
{
module: "MMM-MyScoreboard",
position: "bottom_right",
classes: "default everyone",
header: "Scoreboard",
config: {
showLeagueSeparators: true,
colored: true,
viewStyle: "mediumLogos",
sports: [
{
league: "NHL",
teams: ["DET"]
},
{
league: "NFL",
teams: ["BUF"]
},
{
league: "NBA",
teams: ["PHL"]
},
]
}
},
Unfortunately since the last update, nothing is displayed on my MM.
I deleted the MMM-Myscoreboard directory then recloned it and finally run npm install but still nothing.
Hoping it's something simple to fix, since I miss having my scoreboard on the MM.
The text was updated successfully, but these errors were encountered: