jclarke0000 / MMM-MyScoreboard

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

No more posting since last update #70

Open 2hdlockness opened 2 years ago

2hdlockness commented 2 years ago

Hello First of all Congratulations for your module that I have been using for a long time. Unfortunately since the last update, nothing is displayed on my MM. An npm start dev gives us:

MMM-MyScoreboard.js:365 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'indexOf') at Class.boxScoreFactory (MMM-MyScoreboard.js:365:46) at MMM-MyScoreboard.js:550:31 at Array.forEach () at MMM-MyScoreboard.js:549:32 at Array.forEach () at Class.getDom (MMM-MyScoreboard.js:536:24) at main.js:113:35 at new Promise () at updateDom (main.js:111:10) at Object.updateDom (main.js:552:4)

My configuration file is defined like this:

{ module: 'MMM-MyScoreboard', position: 'top_right', classes: 'default everyone', header: 'Résultats Football', config: { showLeagueSeparators: true, colored: true, viewStyle: 'oneLineWithLogos', sports: [ { league: 'FRA_LIGUE_1' }, { league: 'UEFA_CHAMPIONS' }, { league: 'UEFA_EUROPA' }, { league: 'UEFA_NATIONS' }, { league: 'FRA_COUPE_DE_FRANCE' }, { league: 'FRA_COUPE_DE_LA_LIGUE' }, { league: 'FIFA_WORLD_CUP' }, { league: 'FIFA_WORLD_CUP_Q_UEFA' }, { league: 'UEFA_EUROPEAN_CHAMPIONSHIP' },
{ league: 'UEFA_EUROPEAN_CHAMPIONSHIP_Q' } ] }

I deleted the MMM-Myscoreboard directory then recloned it and finally run npm install but still nothing. Hoping that you will be able to find a solution to my problem. Best regard

petter841206 commented 2 years ago

Same problem for me. To bad because this is the best module for MagicMirror in my opinion 😞

DizzyDwarf0013 commented 2 years ago

I'm also having issues. Module just displays "Loading..."

2hdlockness commented 2 years ago

After the update this afternoon everything works correctly again!

DizzyDwarf0013 commented 2 years ago

I've tried deleting the directory, recloning, and installing, but no luck here. I do get "npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)" when I npm install.

petter841206 commented 2 years ago

updated today but still no nuck