Skip to content

Multiple instances and scrolling #157

@patranjo

Description

@patranjo

I have two instances of the scoreboard in my setup and they both work great until one of them needs to scroll. For instance when the college side of my setup needs to scroll fist it takes about 1 or 2 minutes for it to start scrolling but when it does the pro side starts to scroll also even though there are not enough games to need scrolling. Then after a few minutes the pro side just shows the header and the games disappear. Here is the scoreboard part of my config.js file:

{
module: "MMM-MyScoreboard",
position: "bottom_left",
//classes: "default everyone",
header: "College Scoreboard",
config: {
showLeagueSeparators: true,
colored: true,
viewStyle: "stackedWithLogos",
maxHeight: 400,
scrollSpeed: 6,
sports: [
{
league: "NCAAB",
groups: ["SEC"],
teams: ["TA&M","TAMU"]
},
{
league:"NCAAF",
groups: ["SEC"],
teams: ["TA&M"]
},
{
league: "NCAAM",
groups: ["Top 25", "SEC"],
teams: ["TA&M", "TAMU"]
}

		  ]

	  }
	},
	{
                    module: "MMM-MyScoreboard",
                    position: "bottom_right",
                    //classes: "default everyone",
                    header: "Pro Scoreboard",
                    config: {
                      showLeagueSeparators: true,
                      colored: true,
                      viewStyle: "stackedWithLogos",
		  maxHeight: 400,
		  scrollSpeed: 6,
                      sports: [
                        {
                          league: "MLB",
                        },
                        {
                          league: "NFL",
                        }

                      ]

              }
            },

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