That did it… I just knew there were too many brackets, but who am I to contradict the developer of that module?
Thanks so much for pointing me in the right direction.
{
module: 'MMM-Smartthings',
position: 'top_left',
header: 'Smartthings',
config: {
personalAccessToken: 'MY TOKEN GOES IN HERE',
capabilities: [
'contactSensor',
'lock'
],
title: "Doors & Locks",
excludedDeviceNames: [
'Sense-', // Contains this text
'Virtual Lock Test' // Or is a specific device label
]
}
},
{
module: 'calendar',
How the instructions said to do it!
'contactSensor',
'lock'
],
title: "Doors & Locks",
excludedDeviceNames: [
'Sense-', // Contains this text
'Virtual Lock Test' // Or is a specific device label
]
}
}
]
},
{
module: 'calendar',