Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using MMM-BackgroundSlideshow with MMM-pages #124

Open
KonstantinDenishev opened this issue Sep 15, 2022 · 1 comment
Open

Using MMM-BackgroundSlideshow with MMM-pages #124

KonstantinDenishev opened this issue Sep 15, 2022 · 1 comment

Comments

@KonstantinDenishev
Copy link

Hello everyone, I have an issue where if i setup MMM-pages than the background slide show stops cycling pictures…

Starts working if i remove MMM-Pages from the config.

Here is my config:
{ module: 'MMM-BackgroundSlideshow', position: 'fullscreen_below', config: { imagePaths: ['modules/MMM-BackgroundSlideshow/exampleImages/'], transitionImages: true, slideshowSpeed: 300000, randomizeImageOrder: true } }, { module: 'MMM-pages', config: { modules: [[ "MMM-BackgroundSlideshow" ], [ "calendar", "MMM-BackgroundSlideshow", "MMM-CalendarExt3" ]], fixed: [ "clock", "weather", "MMM-page-indicator" ], rotationTime: 120000, hiddenPages: { "screenSaver": [ "clock", "MMM-SomeBackgroundImageModule" ], "admin": [ "MMM-ShowMeSystemStatsModule", "MMM-AnOnScreenMenuModule" ], } } },

@drdada
Copy link

drdada commented Aug 25, 2023

Hello,
I think you should mention MMM-BackgroundSlideshow module in the fixed section of MMM-Pages instead of place it as a page.
Like this:
{ module: 'MMM-BackgroundSlideshow', position: 'fullscreen_below', config: { imagePaths: ['modules/MMM-BackgroundSlideshow/exampleImages/'], transitionImages: true, slideshowSpeed: 300000, randomizeImageOrder: true } }, { module: 'MMM-pages', config: { modules: [ [ "calendar", "MMM-CalendarExt3" ]], fixed: [ "clock", "weather", "MMM-page-indicator", "MMM-BackgroundSlideshow"], rotationTime: 120000, hiddenPages: { "screenSaver": [ "clock", "MMM-SomeBackgroundImageModule" ], "admin": [ "MMM-ShowMeSystemStatsModule", "MMM-AnOnScreenMenuModule" ], } } },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants