MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-MyScoreboard displays header for 1second and then nothing displays

    Scheduled Pinned Locked Moved Troubleshooting
    1 Posts 1 Posters 161 Views 1 Watching
    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.
    • R Offline
      ryansuchomel
      last edited by

      I have several other modules working just fine. I’m using MMM-Carousel as well and I have MMM-MyScoreboard on my second slide. I’ve tried getting rid of Carousel for a bit to see if I could get MyScoreboard working but it just shows the header for like one second and then there is nothing. Here is my config portions that include Carousel and MyScoreboard config (I apologize, the json formatting didn’t stick with the copy/paste:

      {
      module: “MMM-Carousel”,
      position: ‘bottom_bar’,
      config: {
      transitionInterval: 60000,
      showPageIndicators: true,
      showPageControls: true,
      ignoreModules: [‘clock’, ‘alert’, ‘calendar’, ‘MMM-GooglePhotos’],
      mode: ‘slides’,
      slides: [
      [‘currentweather’, ‘weatherforecast’, ‘MMM-PaprikaMenu’, ‘MMM-Todoist’],
      [‘MMM-MyScoreboard’, ‘newsfeed’, ‘MMM-Jast’],
      ],
      },
      },
      {
      module: “MMM-MyScoreboard”,
      position: “top_right”,
      classes: “default everyone”,
      header: “My Scoreboard”,
      config: {
      showLeagueSeparators: true,
      colored: true,
      viewStyle: “mediumLogos”,
      rolloverHours: 10,
      showRankings: true,
      sports: [
      {
      league: “MLB”,
      teams: [“MIL”]
      },
      {
      league: “NFL”,
      teams: [“GB”]
      },
      {
      league: “NHL”,
      teams: [“NSH”]
      },
      {
      league: “NBA”,
      teams: [“MIL”]
      },
      {
      league: “NCAAF”,
      teams: [“WIS”]
      },
      {
      league: “NCAAM”,
      teams: [“WIS”]
      },
      ],
      },
      },

      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 Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy