MMM-Carousel icon indicating copy to clipboard operation
MMM-Carousel copied to clipboard

Displaying same module, but with different info

Open RafaelCota opened this issue 6 years ago • 2 comments

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,

RafaelCota avatar Jan 31 '19 18:01 RafaelCota

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 avatar Feb 11 '19 03:02 jfisher446

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

jfisher446 avatar Feb 11 '19 03:02 jfisher446