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

MMM-MyScoreboard not displaying #43

Closed BrotherBruce25 closed 1 year ago

BrotherBruce25 commented 3 years ago

I am trying to add this module to the mirror and for some reason it is not appearing. I made sure the teams I have are playing live and I made sure I get no errors on start up. Here is my config: { module: "MMM-MyScoreboard", position: "top_bar", classes: "default everyone", header: "My Scoreboard", config: { showLeagueSeparators: true, colored: true, viewStyle: "mediumLogos", sports: [ { league: "NBA", teams: ["IND", "POR"] }, { league: "MLB", teams: ["NYY"] }, { league: "NFL", teams: ["NYG"] }, ] }, },

shak4031 commented 2 years ago

I believe you have an extra "," in your 2nd to last parentheses.

jclarke0000 commented 1 year ago

@shak4031 is correct. Remove the command after the second-last curly brace.