MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED MMM-NHL stopped working

    Troubleshooting
    1
    1
    401
    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.
    • D
      dwleo last edited by

      Hi,
      I finally got my MMM-Carousel working with MMM-NFL and MMM-NHL. The only problem now is that the NHL module (which was fine before) displays a header of ‘NHL UNDEFINED UNDEFINED’ and then nothing below that. The NFL is not affected and the Carousel works very well.
      Here is the part of the config involving these three modules.

      {
      module: ‘MMM-Carousel’,
      config: {
      transitionalInterval: 100000,
      mode: ‘positional’,
      middle_center: {enabled: true, ignoreModules: [],
      overrideTransitionalInterval: 100000}, }
      },

      {
      module: ‘MMM-NFL’,
      position: ‘middle_center’,
      config: {
      helmets: false,
      focus_on: [‘LA’, ‘DAL’, ‘SEA’, ‘NE’],
      colored: true,

      }
      },

      {
      module: ‘MMM-NHL’,
      position: ‘middle_center’,
      config: {
      colored: true,
      header: true,
      headlogo: true,
      focus_on: [‘VAN’, ‘ANA’, ‘ARI’, ‘CGY’, ‘EDM’,
      ‘LA’, ‘SJ’, ‘VGK’], matches: 6,
      rotateInterval: 20000,
      reloadInterval: 600000,
      }
      },

      Any ideas as to what is happening?

      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