Read the statement by Michael Teeuw here.
MMM-Carousel not displaying
-
@pastormingle this is my config
{ module: 'MMM-Carousel', position: "bottom_bar", config: { transitionInterval: 10000, ignoreModules: ['clock', 'alert'], mode: 'slides', slides: [ ['calendar', 'compliments', 'weather'], ['newsfeed'], ] } }
but you wanted slides mode… why are u set to global?
-
I changed ‘slides’ to ‘global’ and it worked too
you are using this version
https://github.com/shbatm/MMM-Carousel.git
in the MMM-Carousel folder do
git remote -v
-
@sdetweil said in MMM-Carousel not displaying:
git remote -v
same. -
@pastormingle So, what @sdetweil meant was that in the terminal window in the ~/MagicMirror/modules/MMM-Carousel/ folder you should run the command
git remote -v
and post the output of that.For me it is:
origin https://github.com/barnabycolby/MMM-Carousel (fetch) origin https://github.com/barnabycolby/MMM-Carousel (push)
-
@mumblebaj hm… that one also works… (but works without position, but doesn’t have a getDom function)
the sabatm version has page indicator buttons u can push too… -
@sdetweil Ah, now I understand the earlier differences. We were looking at different modules. Which one is @pastormingle using?
-
@mumblebaj still waiting for that info
-
@sdetweil Unless there is a 3rd one that we are not aware of…:face_with_monocle:
-
@mumblebaj yeh, I posted a fix to the one I was using, after it stopped working on 2.14
https://github.com/shbatm/MMM-Carousel/issues/31 -
@sdetweil And there is this one as well:
https://github.com/schramkef/MMM-Carousel