@sdetweil Thank you. I can’t get the module working with MMM-Pages.
This config doesn’t show any images:
{
module: ‘MMM-pages’,
config: {
modules: [
["clock", "MMM-Tools", "MMM-WiFiPassword",
"MMM-Fantasy-Premier-League",
//"MMM-ImagesPhotos",
"MMM-pihole-stats",
// "MMM-TweetsByTimelineOrList",
"MMM-CyanideHappiness",
"uploadPics"
],
["clock", "MMM-Tools", "MMM-WiFiPassword",
"MMM-Fantasy-Premier-League",
"MMM-ImagesPhotos",
"MMM-pihole-stats",
// "MMM-TweetsByTimelineOrList",
"MMM-CyanideHappiness",
"uploadPics"
],
],
//last page ^
fixed: [],
rotationTime: 2500,
}
},
but this does:
{
module: 'MMM-pages',
config: {
modules: [
["clock", "MMM-Tools", "MMM-WiFiPassword",
"MMM-Fantasy-Premier-League",
"MMM-ImagesPhotos",
"MMM-pihole-stats",
// "MMM-TweetsByTimelineOrList",
"MMM-CyanideHappiness",
"uploadPics"
],
["clock", "MMM-Tools", "MMM-WiFiPassword",
"MMM-Fantasy-Premier-League",
"MMM-ImagesPhotos",
"MMM-pihole-stats",
// "MMM-TweetsByTimelineOrList",
"MMM-CyanideHappiness",
"uploadPics"
],
],
//last page ^
fixed: [],
rotationTime: 2500,
}
},
and as you can see, all I am doing is commenting out the module on the first page. I want to be able to have one page where the photos aren’t displayed as it’s very hard to read the other modules…but it seems the module doesn’t allow that?
How can I help you figure out what is going on so that this can be corrected ?
