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

Advanced Slide example is wrong #3

Closed werriq closed 7 years ago

werriq commented 7 years ago

Hi, I think the example for advanced slides is wrong. The carouselId should be set with ": " and not " = ". Not working: {name:'clock', classes:'zoom200', position:"middle_center", carouselId = "1"}

Working: {name:'clock', classes:'zoom200', position:"middle_center", carouselId: "1"}

shbatm commented 7 years ago

Good Catch, Thanks! This has been corrected.