I’m still not able to show two modules, one for drivers and one for constructors. When i disable one module the other works…but when i try to use both only the first one works?? How are people showing both?
{
module: 'MMM-Formula1',
//disabled: true,
classes: 'PAGE2',
position: 'top_right',
header: 'F1 Driver Standings',
config: {
maxRows: 12
}
},
{
module: 'MMM-Formula1',
//disabled: true,
classes: 'PAGE2',
position: 'top_right',
header: 'F1 Constructor Standings',
config: {
type: 'CONSTRUCTOR'
}
},