@MajorC the config of the two modules
{
module: "MMM-ImagesPhotos",
position: "fullscreen_below",
config: {
opacity: 0.9,
animationSpeed: 500,
updateInterval: 10000,
backgroundColor: 'grey', // not used if fill is true
fill: false, // fill around image with blurred copy of image
blur: 10, // only used if fill is true
}
},
{
module: 'uploadPics',
disabled: true,
position: 'bottom_left', //module position
config: {
//dest: "../modules/MMM-ImagesPhotos/uploads"
debug: true
}
}
I use my upgraded version of the module to support fill and blur
https://github.com/sdetweil/MMM-ImagesPhotos