Using MMM-BackgroundSlideshow for a while now and trying to tweak the imageInfo box to remove the header.
Current header: PICTURE INFO
I’d like to remove it entirely.

My module config is below:
{
module: 'MMM-BackgroundSlideshow',
position: 'fullscreen_below',
config: {
imagePaths: ['/mnt/nas/'],
recursiveSubDirectories: true,
transitionImages: false,
randomizeImageOrder: true,
showImageInfo: true,
imageInfoLocation: "bottomRight",
**imageInfoTitle: "Photo Details", //fails to change header**
imageInfo: "date",
showProgressBar: false,
imageInfoNoFileExt: true,
showAllImagesBeforeRestart: true,
slideshowSpeed: 600000
}
},
Note: the bold line (imageInfoTitle) was my attempt to change it to see if that worked but it didn’t.
Bonus points for any way to have the photo date display without the timestamp
Thanks
