@sdetweil Thanks for the quick reply.
Here are the ImagesPhotos and Carousel sections of my config.js. Running this I just get a blank screen instead of the photos. I do get photos if I use top_center without Carousel.
{
module: "MMM-ImagesPhotos",
position: "fullscreen_below",
config: {
opacity: 0.9,
animationSpeed: 5000,
updateInterval: 15000,
backgroundColor: 'grey', // not used if fill is true
fill: true, // fill around image with blurred copy of image
blur: 10, // only used if fill is true
sequential: false // process the image list randomly
}
},
{
module: "MMM-Carousel",
config: {
transitionInterval: 10000,
showPageIndicators: true,
showPageControls: false,
ignoreModules: ["alert", "updatenotification"],
mode: "slides",
slides: [
["clock", "weather", "calendar"],
["MMM-ImagesPhotos"]
],
}
},