A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Page - How does the page change
-
What do I have to set that every 5 seconds the page change. I would like to always display the module MMM-BackgroundSlideshow and two modules are displayed on the page: MMM-NowPlayingOnSpotify, MMM-EasyPix, MMM-SystemStats, compliments.
That would be my configuration to the module and to the MMM Page Indicator
{ module: 'MMM-pages', config: { modules: [[ "MMM-NowPlayingOnSpotify", "MMM-EasyPix"], [ "MMM-SystemStats", "compliments" ]], fixed: ["MMM-BackgroundSlideshow", "MMM-page-indicator"], animationTime: 5000, } }, { module: 'MMM-page-indicator', position: 'bottom_bar', config: { pages: 2, } },
At the moment, only the first page is displayed
-
@CyruS1337 you need to add
rotationTime: in milliseconds
-
@Stoffbeuteluwe Ok, thanks for the tip. I will try it tonight.
-
Has worked so far, thanks.
Now the positions of the modules which are in the corners are no longer in the corners but are slightly offset against inside.
How can I, for example, bring my QR code module (MMM-EasyPix) to the outside, towards the edge of the screen?