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-Carousel w/ Slide Navigation changing page alone
-
Hi guys, my magic mirror is switching between pages alone, here is my config.js:
{ module: 'MMM-Carousel', position: 'bottom_bar', // Only required to show navigation config: { transitionInterval: 10000, showPageIndicators: true, showPageControls: true, ignoreModules: ["clock", "MMM-GoogleCalendar", "MMM-page-indicator"], //FIXOS mode: 'slides', slides: [ ["newsfeed","weather","MMM-Spotify","MMM-SmartTouch"], ["MMM-GoogleTasks","MMM-Formula1"] ] } },
i used this fork https://github.com/KristjanESPERANTO/MMM-Carousel/
-
@JonnyAG38 yes, you said 10000 milliseconds, then change to next. but that is carousel’s primary function, to auto rotate
MMM-pages does not auto rotate. it can
-
TransitionInterval:
The number of milliseconds to display each module for.
This value is OPTIONAL
Possible values: Any valid int, passing 0 with mode:“slides” will disable the timer for manual navigation.
Default value: 10000You have to use Transistiontimeout, I think.
-
@vandyck passing 0 in slides mode will disable…
yes, he has it set to 10000, not 0