Read the statement by Michael Teeuw here.
MMM-MyScoreboard
-
@BKeyport thanks.
If I set “rolloverHours” configuration parameter with a very high number … like 100?
When the match schedule is updated would it change? -
This post is deleted! -
I followed the instructions here for the git pull and npm install with no errors.
In my config file I place this but all I get is a blank screen.
{
module: “MMM-MyScoreboard”,
position: “top_left”,
classes: “default everyone”,
header: “My Scoreboard”,
config: {
showLeagueSeparators: true,
colored: true,
viewStyle: “mediumLogos”,
sports: [
{
league: “NCAAF”,
teams: [“UK”]
}
]
}
},
-
@sifuhall You won’t get anything until the UK football team has a game, which won’t be for a few weeks. Until then, this module displays nothing.
-
@wenike Thank you for the reply. But I’m saying the entire screen is blank. Not just the scores section.
-
@sifuhall So, other modules aren’t showing either?
-
@sifuhall this sounds like the the missing libraries problem. when the screen is blank, can u show the message at mm startup?
if using pm2, use
pm2 logs --lines=100 -
Yes, this was it exactly. Once I added the request module everything was fine.
However, I do have one question.
How can I add the West Ham United Football Club?
-
@sifuhall it looks like it’s not supported based on the code.
-
@bkeyport Thank you for the reply