MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    MMM-MyScoreboard "no games" display

    Troubleshooting
    2
    1
    82
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      Wenike last edited by

      Is there a way to make MMM-MyScoreboard to display something (header or “no games today”) when there are no games being displayed? I’m running MMM-Carousel, so it looks like something went wrong on that page and took me a bit before I figured out what was going on and stopped troubleshooting what wasn’t broken.

      My current config.js for it (if it matters):

      {
      module: "MMM-MyScoreboard",
      position: "top_bar",
      classes: "default everyone",
      header: "My Scoreboard",
      config: {
      showLeagueSeparators: true,
      colored: true,
      viewStyle: "stackedWithLogos",
      highlightWinners: true,
      showRankings: true,
      sports: [
      {
      league: "MLB",
      teams: ["CIN"],
      },
      {
      league: "NFL",
      teams: ["CIN"],
      },
      {
      league: "MLS",
      teams: ["CIN"],
      },
      {
      league: "NCAAF",
      teams: ["CIN"],
      },
      {
      league: "NCAAM",
      teams: ["CIN", "BUT", "XAV"],
      },
      {
      league: "NCAAM_MM",
      label: "March Madness",
      }
      ]
      }
      },
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy