@Bo-Barry said in MMM-EasyPix multiple instances:
Or perhaps a better module.
There are many of those. :-)
Addressing your concerns regarding MMM-EasyPix. You can add multiple instances, with or without making a copy and renaming it.
{
module: "MMM-EasyPix",
position: "top_center",
config: {
picName: "18.jpg", // Enter the picture file name.
maxWidth: "75%", // Size picture precisely. Retains aspect ratio.
sounds: ["1.mp3", "me2.mp3"], // mp3 sound file names in quotes seperated by commas for Hello-Lucy
updateInterval: 30 * 60 * 1000, // updates display
animationSpeed: 3000,
}
},
{
module: "MMM-EasyPix",
position: "top_center",
config: {
picName: "4.jpg", // Enter the picture file name.
maxWidth: "75%", // Size picture precisely. Retains aspect ratio.
sounds: ["1.mp3", "me2.mp3"], // mp3 sound file names in quotes seperated by commas for Hello-Lucy
updateInterval: 30 * 60 * 1000, // updates display
animationSpeed: 3000,
}
},
{
module: "MMM-EasyPix2",
position: "top_center",
config: {
picName: "alien.png", // Enter the picture file name.
maxWidth: "75%", // Size picture precisely. Retains aspect ratio.
sounds: ["1.mp3", "me2.mp3"], // mp3 sound file names in quotes seperated by commas for Hello-Lucy
updateInterval: 30 * 60 * 1000, // updates display
animationSpeed: 3000,
}
},
[image: 1592400929212-screenshot-from-2020-06-17-09-32-06.png]