First off love the module… One issue I’m running into is the rolloverHours option.
Here is a sample of my config… Let me know if I’ve missed something or placed it improperly. Thanks in advance.
{
module: "MMM-MyScoreboard",
position: "bottom_right",
classes: "default everyone",
header: "Scoreboard",
config: {
rolloverHours: 10,
showLeagueSeparators: true,
colored: true,
viewStyle: "mediumLogos",
sports: [
{
league: "NHL",
teams: ["DET", "VGK"],
},
{
league: "NCAAF",
teams: ["ND"]
},
{
league: "NFL",
teams: ["DAL"]
},
{
league: "MLB",
teams: ["DET"]
},
]
}
},