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

Nothing shows #63

Closed Brew-tus closed 1 year ago

Brew-tus commented 1 year ago

I entered all the codes and when I run MagicMirror the area shows "My Scoreboard, Loading" then disappears but then nothing shows for scores. My other modules load just fine. Here is how I have it entered. Dont get any errors; have I done something wroing?

    {

        module: "MMM-MyScoreboard",
        position: "top_center",
        classes: "default everyone",
        header: "My Scoreboard",
        config: {
        showLeagueSeparators: true,
        colored: true,
        rolloverHours: 10,
        viewStyle: "largeLogos",
        shadeRows: false,
        highlightWinners: true,
        rolloverHours: 10,
        showRankings: true,
        viewStyle: "largeLogos",
            sports: [   {league: "NCAAF", teams: ["NEB"]},
            {groups: ["Big Ten", "Top 25"]},
            {league: "NFL", teams: ["TB"]},
            {groups: ["American League", "National League"]},
            {league: "NHL", teams: ["CHI", "PIT", "TB"]},
            {groups: ["East", "West"]},
            {league: "MLB", teams: ["STL"]},
            {groups: ["American League", "National League"]},
            ]
        }
acer123acer123 commented 1 year ago

See this patch. It seems the URL has changed. Once this pull request is merged you can update your module and see the scores. If you don't want to wait, just manually update the URLs: https://github.com/jclarke0000/MMM-MyScoreboard/pull/61

jclarke0000 commented 1 year ago

SNET feed URL has been updated. Do a git pull to get NFL, NHL and MLB working again. NCAAF is pulled from a different source that had been sporadically problematic, but is now working again. I can confirm NCAAF has been working for me for the last two days.