Read the statement by Michael Teeuw here.
MMM-MyScoreboard displays header for 1second and then nothing displays
-
I have several other modules working just fine. I’m using MMM-Carousel as well and I have MMM-MyScoreboard on my second slide. I’ve tried getting rid of Carousel for a bit to see if I could get MyScoreboard working but it just shows the header for like one second and then there is nothing. Here is my config portions that include Carousel and MyScoreboard config (I apologize, the json formatting didn’t stick with the copy/paste:
{
module: “MMM-Carousel”,
position: ‘bottom_bar’,
config: {
transitionInterval: 60000,
showPageIndicators: true,
showPageControls: true,
ignoreModules: [‘clock’, ‘alert’, ‘calendar’, ‘MMM-GooglePhotos’],
mode: ‘slides’,
slides: [
[‘currentweather’, ‘weatherforecast’, ‘MMM-PaprikaMenu’, ‘MMM-Todoist’],
[‘MMM-MyScoreboard’, ‘newsfeed’, ‘MMM-Jast’],
],
},
},
{
module: “MMM-MyScoreboard”,
position: “top_right”,
classes: “default everyone”,
header: “My Scoreboard”,
config: {
showLeagueSeparators: true,
colored: true,
viewStyle: “mediumLogos”,
rolloverHours: 10,
showRankings: true,
sports: [
{
league: “MLB”,
teams: [“MIL”]
},
{
league: “NFL”,
teams: [“GB”]
},
{
league: “NHL”,
teams: [“NSH”]
},
{
league: “NBA”,
teams: [“MIL”]
},
{
league: “NCAAF”,
teams: [“WIS”]
},
{
league: “NCAAM”,
teams: [“WIS”]
},
],
},
},