fewieden / MMM-soccer

European Soccer Standings Module for MagicMirror²
MIT License
31 stars 24 forks source link

Loading problem thank you #38

Closed badjedi7238 closed 2 years ago

badjedi7238 commented 3 years ago

Platform (Hardware/OS):Rasbian full Pi 4 MagicMirror version:2.14.0

Bonjour, j'ai suivi l'installation en sachant que je suis debutant tout fonctionne sauf le module soccer il reste sur chargement et rien ne se passe . Est ce qu'une personne peux m'aider merci. Je vous mets mon fichier config.js merci { module : "MMM-soccer" , position : "lower_third", config : { // ajoutez vos options de configuration ici leagues: "FRANCE:FL1", show: "FRANCE", focus_on: "Olympique Lyonnais" //max-teams: "6",

    }
},
fewieden commented 3 years ago

@badjedi7238 sorry I can only offer support in english or german.

But from seeing your config file it looks like a similar issue to what a user on the forum reported last month https://forum.magicmirror.builders/post/86623

fewieden commented 3 years ago

Also, your value for leagues is wrong. Correct it would be

leagues: {"FRANCE": "FL1"},

But you also don't need to specify it at all, as it is already included in the default value.

badjedi7238 commented 3 years ago

thanks for your help i will give it a try. i have my mirror which works for everything else but not football? maybe a lack of space on the modules? thank you

Tony Rainone

Le sam. 6 févr. 2021 à 09:48, fewieden notifications@github.com a écrit :

Also, your value for leagues is wrong. Correct it would be

leagues: {"FRANCE": "FL1"},

But you also don't need to specify it at all, as it is already included in the default value.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fewieden/MMM-soccer/issues/38#issuecomment-774427157, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASXFU3L3KJ4KVI4FF33RQQ3S5T67TANCNFSM4XCQYJHQ .