Read the statement by Michael Teeuw here.
MMM-MyScoreboard
-
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
-
Hello everybody,
I’m having trouble with this module, are any of you using it?The following errors MM returns me:
[02.09.2022 10:52.55.068] [LOG] [MMM-MyScoreboard] 2-Sep-22 10:52 ** ERROR ** Couldn't retrieve ITA_SERIE_A data for provider ESPN: Error: getaddrinfo ENOTFOUND site.api.espn.com [02.09.2022 10:52.55.068] [LOG] [MMM-MyScoreboard] http://site.api.espn.com/apis/site/v2/sports/soccer/ita.1/scoreboard?dates=20220902&limit=200Starting module: MMM-MyScoreboard MMM-MyScoreboard.js:560 All modules started! MMM-MyScoreboard.js:552 [MMM-MyScoreboard] Updating Scores module.js:195 MMM-MyScoreboard is suspended.Below my configuration
{ module: "MMM-MyScoreboard", position: "top_right", classes: "default everyone", header: "My Scoreboard", config: { showLeagueSeparators: true, colored: true, viewStyle: "mediumLogos", sports: [ { league: "ITA_SERIE_A", //teams: ["JUV"] //label: "Seria A TIM 2022/23" } ] } },Can you help me?
Thanks -
@Egnos looks like the provider changed their API. so the module will have to be changed
-
@sdetweil said in MMM-MyScoreboard:
looks like the provider changed their API. so the module will have to be changed
Hi @sdetweil
I understand. Do you know if the developer still maintains the module?Thanks
-
@Egnos no idea, go look at the GitHub site, post an issue.
-
@sdetweil said in MMM-MyScoreboard:
@Egnos no idea, go look at the GitHub site, post an issue.
I tried to do the recommended fix but nothing has changed.
https://github.com/jclarke0000/MMM-MyScoreboard/pull/61I opened a problem on GitHub as you advised me, I await an answer.
If someone had solved … give a whistle ;-)
-
@Egnos but that PR fixes the wrong provider… the espn provider is broken
the error u posted
data for provider ESPN: Error: getaddrinfo ENOTFOUND site.api.espn.comthat module is 5 years old… these providers change things every year…
-
@sdetweil ESPN sneezes and the data format changes. Not a reliable source.
-
@BKeyport said in MMM-MyScoreboard:
@sdetweil ESPN sneezes and the data format changes. Not a reliable source.
Hi @BKeyport do you know a valid alternative?
Thanks -
@Egnos sadly, no, i don’t. Gave up on scores on my mirror long ago.
-
Sorry folks that I haven’t been around to fix this. There URL for the ticker changed for the SportsNet provider. I’ll be publishing a fix in the cominn g days, but if you want to address it now, make a change in the file
providers/SNET.js.Change line #122 from
var url = "https://d290qmen6zswb.cloudfront.net/ticker?day=" + this.gameDate.format("YYYY-MM-DD");to
var url = "https://mobile-statsv2.sportsnet.ca/ticker?day=" + this.gameDate.format("YYYY-MM-DD");This should get you back up and running until I publish the official fix.
- Jeff
-
@j-e-f-f said in MMM-MyScoreboard:
This should get you back up and running until I publish the official fix.
Thanks @j-e-f-f we look forward to the official release!:thumbs_up:
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
