shbatm / MMM-Carousel

Displays a single magic mirror module at a time, rotating through the list of configured modules in a carousel-like fashion.
MIT License
42 stars 14 forks source link

Does not work anymore... #7

Closed skombijohn closed 6 years ago

skombijohn commented 6 years ago

Hey there,

I was using the standard MMM-Carousel until yet. I wanted to spice up things with the ability to receive keyevents.

This fork though does simply not work anymore. The module seems to be ignored completely.

Here is the part of the config:

{ module: 'MMM-Carousel', config: { slides: [ ['MMM-germanwordclock'], ['worldclock'] ], transitionInterval: 1000, mode: 'slides' } }

The exact same config does work with the standard Carousel. The configured slides are the only other modules present.

I dont get any error message nor anything..

skombijohn commented 6 years ago

Nevermind, it works now, although I do not really understand what I changed...