A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
-
@PointPubMedia yes, if all your iframes are in the same “position” (say top_left)on the page then this config should do it:
{ module: 'MMM-Carousel', config: { transitionInterval: 10000, mode: 'positional', top_left: {enabled: true, ignoreModules: [], overrideTransitionInterval: 10000}, } },
-
works great, thank you!
-
@izanbard But with positional I can’t ignore module ?
-
@PointPubMedia yes you can, but you do it by position. Read the config above and see if you can work out in the positional settings you ignore modules per position. Hint it is between enabled and overrideTransitionInterval.
-
@izanbard said in Display modules in a carousel:
@PointPubMedia yes you can, but you do it by position. Read the config above and see if you can work out in the positional settings you ignore modules per position. Hint it is between enabled and overrideTransitionInterval.
Working fine ;)
That’s perfect!thanks mate!