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 Add Teams #33

Open StewartBaird86 opened 4 years ago

StewartBaird86 commented 4 years ago

I had cloned and installed the latest MMM-MyScoreboard. I run the following and my mirror displays no problem, however it shows way more teams than i need or my screen can handle. When I try to add a team, doesn’t matter what league that is when the mirror won’t load. Also only MLB displays full teams.

Works: sports: [ { league: “NHL” }, { league: “MLB” }, { league: “NFL” }, { league: “NCAAM_MM”, label: “March Madness” } ] }

Doesn’t Work (copy paste from ReadMe): { league: “MLB”, teams: [“TOR”, “CHW”, “NYY”] }, Then I thought maybe the teams: [“xxxxxxx”] needed a ], for the end like one of the other sections of ReadMe but that didn’t work either: { league: “NBA”, teams: [“TOR”], },

Im not sure why I try to add a team in any league the module crashes. I try 1 team at a time, 1 league at a time, not always the same team “OTT”. I have made sure the quotes are scripted ones not word document style ones etc and done copy paste from ReadMe.

jclarke0000 commented 1 year ago

@StewartBaird86 Did you ever get this working?