@sdetweil I have the one from the docs indeed.
{
module: 'MMM-ImageSlideshow',
position: 'bottom_center',
config: {
imagePaths: ['modules/MMM-ImageSlideshow/exampleImages'],
}
},
or I also tried this to have two elements
{
module: 'MMM-ImageSlideshow',
position: 'bottom_center',
config: {
imagePaths: ['modules/MMM-ImageSlideshow/exampleImages','modules/words/'],
}
},