jclarke0000 / MMM-MyScoreboard

Module for MagicMirror to display today's scores for your favourite teams across multiple sports.
MIT License
65 stars 31 forks source link

ENG_PREMIERE_LEAGUE - English Premier League not working #48

Closed shak4031 closed 1 year ago

shak4031 commented 2 years ago

My configuration for MLB works fine, but Premiere League does not.

{ module: "MMM-MyScoreboard", position: "bottom_left", classes: "default everyone", header: "Soccer Scoreboard", config: { showLeagueSeparators: false, colored: true, viewStyle: "mediumLogos", sports: [ { league: "ENG_PREMIERE_LEAGUE", teams: ["LIV", "MNC", "CHE", "MAN"] }, ]

} },

jclarke0000 commented 1 year ago

EPL is provided by ESPN's feed which has been unreliable in the past. It is currently working and with the latest update I've changed the ESPN provider to use HTTPS instead of HTTP, in an attempt to improve this feed.