MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. lazarus
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    lazarus

    @lazarus

    0
    Reputation
    348
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 42
    Location Grand Rapids, MI

    lazarus Unfollow Follow

    Latest posts made by lazarus

    • RE: MMM-MyScoreboard

      First off love the module… One issue I’m running into is the rolloverHours option.

      Here is a sample of my config… Let me know if I’ve missed something or placed it improperly. Thanks in advance.

      {
        module: "MMM-MyScoreboard",
        position: "bottom_right",
        classes: "default everyone",
        header: "Scoreboard",
        config: {
          rolloverHours: 10,
          showLeagueSeparators: true,
          colored: true,
          viewStyle: "mediumLogos",
          sports: [
            {
              league: "NHL",
              teams: ["DET", "VGK"],
            },
            {
              league: "NCAAF",
              teams: ["ND"]
            },
            {
              league: "NFL",
              teams: ["DAL"]
            },
            {
              league: "MLB",
              teams: ["DET"]
            },
          ]
      
        }
      },
      
      
      posted in Sport
      lazarusL
      lazarus