Skip to content

NFL displaying all games when teams are specified. #233

Description

@danhuss

When the module first loads, it shows just the specified teams correctly, but quickly refreshes and shows all games. Interestingly, the "showUpcomingGames" option seems to correctly filter based on the teams array. I don't know if it makes a difference, but I'm running a central MagicMirror instance on a virtual machine and the display is in a kiosk mode. I also installed the module using MMPM. Here's the config section I'm using:

	{
		module: "MMM-MyScoreboard",
		position: "bottom_left",
                    config: {
                            viewStyle: "oneLineWithLogos",
                            showUpcomingGames: true,
                            sports: [
                                    { 
                                            league: "NFL",
                                            teams: ["CAR", "TB", "NO", "ATL"]
                                    },
                                    { 
                                            league: "NCAAF",
                                            groups: ["SEC"]
                                    }
                            ]
                    }
	}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions