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?