Is there a way to make MMM-MyScoreboard to display something (header or “no games today”) when there are no games being displayed? I’m running MMM-Carousel, so it looks like something went wrong on that page and took me a bit before I figured out what was going on and stopped troubleshooting what wasn’t broken.
My current config.js for it (if it matters):
{
module: "MMM-MyScoreboard",
position: "top_bar",
classes: "default everyone",
header: "My Scoreboard",
config: {
showLeagueSeparators: true,
colored: true,
viewStyle: "stackedWithLogos",
highlightWinners: true,
showRankings: true,
sports: [
{
league: "MLB",
teams: ["CIN"],
},
{
league: "NFL",
teams: ["CIN"],
},
{
league: "MLS",
teams: ["CIN"],
},
{
league: "NCAAF",
teams: ["CIN"],
},
{
league: "NCAAM",
teams: ["CIN", "BUT", "XAV"],
},
{
league: "NCAAM_MM",
label: "March Madness",
}
]
}
},