barnabycolby / MMM-Carousel

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

Displaying same module, but with different info #22

Open RafaelCota opened 5 years ago

RafaelCota commented 5 years ago

Hi, I'm trying to hace MMM_Carousel display two "instances" of the same module in the same position, but with no luck, here's my config:

{ module: "MMM-Carousel", config: { mode: "positional", top_left: { enabled: true, ignoreModules: ["MMM-NetworkScanner", "MMM-Trello"], overrideTransitionalInterval: 1000, } } },

The only modules in that position are: MMM-NetworkScanner, MMM-Trello and the two instances of MMM-DarkSkyForecast (I'm trying to see weather conditions for two different locations).

The result I get is the same with Carousel of without it. It displays the two DarkSkyForecast at the same time, one below the other.

Is there a way to do it right? What am I doing wrong?

Thank you in advanced,

jfisher446 commented 5 years ago

I'm not sure about the particulars, but based on how mmm-carousel appears to work, this seems to not be possible. There may be a much better way, but perhaps you can duplicate the weather module and rename one of them and load them as if they were two separate modules?

jfisher446 commented 5 years ago

Also, I haven't tried it, but just noticed that this PR seems to add the feature that you seek - https://github.com/barnabycolby/MMM-Carousel/pull/18