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

No scores Just times #60

Closed teegray1124 closed 1 year ago

teegray1124 commented 1 year ago

There arent any scores getting pulled. I only see start times. Even when the game is on. Any help please?

joepalma commented 1 year ago

I started having this issue yesterday. Come today it's not just start times but the games haven't update, it's still showing games for Aug 11th.

teegray1124 commented 1 year ago

my games are updated, but no scores.

yguns31 commented 1 year ago

Had a quick look and the URL for the Sportsnet ticker has changed.

I think if on line 112 of SNET.js, the URL is changed from:

https://d290qmen6zswb.cloudfront.net/ticker

to

https://mobile-statsv2.sportsnet.ca/ticker

that should fix it.

teegray1124 commented 1 year ago

Had a quick look and the URL for the Sportsnet ticker has changed.

I think if on line 112 of SNET.js, the URL is changed from:

https://d290qmen6zswb.cloudfront.net/ticker

to

https://mobile-statsv2.sportsnet.ca/ticker

that should fix it.

That worked thanks

joepalma commented 1 year ago

Worked like a charm, thank you!

VetteManiac commented 1 year ago

I changed SNET.js, line 112 from https://d290qmen6zswb.cloudfront.net/ticker to https://mobile-statsv2.sportsnet.ca/ticker and then I restarted MM and now nothing shows up. Changed it back, restarted MM and still nothing. I do get this error before and after the change [13.08.2022 20:21.54.826] [LOG] [MMM-MyScoreboard] 13-Aug-22 20:21 ERROR Couldn't retrieve data for provider SNET: null

Robert-litts commented 1 year ago

@yguns31 I updated the URL on line 112 of SNET.js to the link you provided, but am still seeing the same error as @VetteManiac. Was there anything else that needed to be done aside from update the SNET.JS?

"14-Aug-22 16:25 ERROR Couldn't retrieve data for provider SNET: null"

yguns31 commented 1 year ago

Did you leave the rest of the querystring as is?

The changes I made look like this:

https://github.com/jclarke0000/MMM-MyScoreboard/pull/61/files

Robert-litts commented 1 year ago

@yguns31 Thank you! I was missing the remainder of the querystring. I had only included "https://mobile-statsv2.sportsnet.ca/ticker" but needed "https://mobile-statsv2.sportsnet.ca/ticker/ticker?day=".

Pull request 61 (https://github.com/jclarke0000/MMM-MyScoreboard/pull/61/files) is spot on and my display is back in business. Thanks for the help all.

sigel commented 1 year ago

Had a quick look and the URL for the Sportsnet ticker has changed.

I think if on line 112 of SNET.js, the URL is changed from:

https://d290qmen6zswb.cloudfront.net/ticker

to

https://mobile-statsv2.sportsnet.ca/ticker

that should fix it.

Thank you this worked! Line 112: var url = "https://mobile-statsv2.sportsnet.ca/ticker?day=" + this.gameDate.format("YYYY-MM-DD");

kylewilliams321 commented 1 year ago

Are we putting in a fix for a future release?

On Tue, Aug 16, 2022 at 6:38 PM Sigel @.***> wrote:

Had a quick look and the URL for the Sportsnet ticker has changed.

I think if on line 112 of SNET.js, the URL is changed from:

https://d290qmen6zswb.cloudfront.net/ticker

to

https://mobile-statsv2.sportsnet.ca/ticker

that should fix it.

Thank you this worked! Line 112: var url = "https://mobile-statsv2.sportsnet.ca/ticker?day=" + this.gameDate.format("YYYY-MM-DD");

— Reply to this email directly, view it on GitHub https://github.com/jclarke0000/MMM-MyScoreboard/issues/60#issuecomment-1217276690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJQ3NWN2EV3SPRVYKSTAQPTVZQQ7DANCNFSM56KPDFGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jclarke0000 commented 1 year ago

This is now fixed in master. do a git pull for the up to date code.

Demost9 commented 5 months ago

This issue is happening to me now. I installed the module yesterday, and it is the latest version. Looks great but only showing start times not the scores from the day before. Is there a timing editor? Any way to fix it?