jclarke0000 / MMM-MyScoreboard

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

Unable to show anything for NHL and Second German Bundesliga #36

Open flow23 opened 3 years ago

flow23 commented 3 years ago

config.js

{
                        module: "MMM-MyScoreboard",
                        position: "lower_third",
                        classes: "default everyone",
                        header: "My Scoreboard",
                        config: {
                                showLeagueSeparators: true,
                                colored: true,
                                viewStyle: "mediumLogos",
                                sports: [
                                         {
                                                league: "NHL",
                                                groups: ["Atlantic"]
                                         },
                                         {
                                                league: "GER_2_BUNDESLIGA"
                                         }
                                 ]
                        }
},

The developer tools are showing the update and then the module gets suspended:

[MMM-MyScoreboard] Updating Scores
module.js:199 MMM-MyScoreboard is suspended.

Any clue? How can I debug further into this?

jclarke0000 commented 1 year ago

@flow23 Did you ever get this working? NHL is working for me. Bundesliga is provided by ESPN's feed which has been unreliable in the past, but is currently working. I've also made some changes to the code in the most recent update to try an improve ESPN's reliability