Hello, I try to show webcams with MMM-OnlineImagesViewer but they do not show. If I point to a picture it does come up. Looking in the tools console I do not see an error related to this module. I only see
module.js:372 Parameter mismatch in module.hide: callback is not an optional parameter!
The module is up to date. I run Trixie on a py 4 and the latest MM version.
This is in my config
{
module: “MMM-OnlineImagesViewer”,
classes: ‘page1’,
position: ‘bottom_left’,
header: “Webcams”,
config: {
images: [
“https://dinosaurdracula.com/wp-content/uploads/2013/09/115.jpg”,
“https://www.itfryskegea.nl/bezienswaardigheden/wildcam-zeearend/”
],
random: false,
updateInterval: 30 * 1 * 1000, // every 5 mins
showAll: false,
maxWidth: “300px”,
random: true,
numColumns: 1
}
},