Read the statement by Michael Teeuw here.
MMM-ImagesPhotos
-
So I decided to try MMM-ImagesPhotos And when I installed it in my magic manor everything went very well, but
now my MMM-TouchButton Doesn’t want to function
I have no clue here why this is happening and to verify it I removed
MMM-ImagesPhotos And the MMM-TouchButton Worked once again
Am I missing something here I tried to slow down the reloading of the images and that didn’t seem to work
Here are the two configurations that I’m currently using{ disabled: false, module: "MMM-ImagesPhotos", position: "middle_center", config: { opacity: 0.9, animationSpeed: 7000, updateInterval: 7000, maxHeight: "500px", maxWidth:"500px", sequential: false // process the image list randomly } }, { // all .SH files Must be simple no dashes of any kind just names // and they must be in the MMM-TouchButton script folder // to execute a script file like stop.sh // put ./ in front of stop.sh disabled: false, module: "MMM-TouchButton", header: "Controls MagicMirror", position: "top_left", config: { buttons: [ { name: "stop_MagicMirror", icon: "fa fa fa-power-off", command: "pm2 stop MagicMirror", args: "" }, { name: "Minimize_MagicMirror", icon: "fa fa-window-minimize", command: "wmctrl -k on", // this actually minimizes all active windows args: "" }, { name: "Snow", icon: "fa fa-snowflake-o", notification: "MODULE_TOGGLE", payload: {hide: [], show: [], toggle:[]} }, ] }, },The settings in MMM-ImagesPhotos Are the default settings
any help would be appreciated -
@Ray what is your touchbutton config
-
@sdetweil I’m not sure I understand the question The configuration I included in my question up above hereWhat more would you like
-
@Ray sorry, didn’t hit the config to scroll
Buttons top left
Images middle center
One thing you could do is set the background of the top-left to see where it is, middle-center is left edge to right edge.
I think it is on top of top left, closer to you as the userYou might have to force z-index on buttons to get it in front of middle-center
