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

NCAAM and NCAAF not working #55

Closed jwoodsman10 closed 1 year ago

jwoodsman10 commented 2 years ago

Other sports have been working fine such as the NFL, NHL and NBA. However NCAAF and NCCAM have not been showing up even when there are games in the top 25 and the teams that I have specified. Anyone have any suggestions?

Here is my config.js

{ module: "MMM-MyScoreboard", position: "bottom_right", classes: "default everyone", header: "My Scoreboard", config: { showLeagueSeparators: true, colored: true, viewStyle: "mediumLogos", sports: [
{ league: "NCCAF", teams: ["UVA"], groups: ["Top 25"] }, { league: "NHL", teams: ["WSH"] }, { league: "NCCAM", teams: ["UVA"], groups: ["Top 25"] }, { league: "NBA", }, { league: "NFL", }, { league: "NCAAM_MM", label: "March Madness" } ]

} },

teegray1124 commented 1 year ago

did ever get this fixed?

jclarke0000 commented 1 year ago

ESPN's feed is sometime's unreliable. It is currently working as 2-Oct-2022, and I can confirm it has been providing data for NCAAF for the last couple of days.