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

NFL Scores #66

Closed hoveeman closed 1 year ago

hoveeman commented 1 year ago

Yesterday all of the NCAAF scores showed up and were updating successfully. Today I did not have any NFL scores show up. I imagine the api changed for NFL.

sanj926 commented 1 year ago

Same problem and I'm getting the error:

[MMM-MyScoreboard] 18-Sep-22 11:29 ERROR Couldn't retrieve data for provider SNET: Error: getaddrinfo ENOTFOUND d290qmen6zswb.cloudfront.net

sanj926 commented 1 year ago

this is actually fixed in one of the pull requests! Just tried it and it works again.

sanj926 commented 1 year ago

https://github.com/jclarke0000/MMM-MyScoreboard/pull/61/commits/95e04209f42b49fc93b5e0c4e9d0f06429a5b5b0

hoveeman commented 1 year ago

Thank you so much! That pull request fixed my issue as well.

jclarke0000 commented 1 year ago

NFL and NCAAF are pulled from different sources. NFL from SportsNet, and NCAAF from ESPN. The SNET provider has been updated with the right url, and is working again. do a git pull.