Read the statement by Michael Teeuw here.
Conflict between GoogleMapsTraffic and WeatherBackground?
-
@jungo I never used the carousel, but from just reading the config I think it works differently than you expected.
MMM-WeatherBackground
doesn’t have a position, it doesn’t get rendered through the MM² framework. Therefore it shouldn’t have a carouselId. Not sure why you excludeignoreModules: ['alert', 'MMM-WeatherBackground'],
in the first place when you then specify an id.From looking into the google maps source code it looks like there might be something breaking the code for the other modules. Can you inspect the console (start the mirror with npm start dev or press ctrl+shift+i). Can you see errors? Something like
console.log is not a function
? -
there is a bug in GoogleMapsTraffic…
I have a fix, and have submitted it back
please use my repo
rename the existing folder out of the way
then git clone my repo -
@sdetweil your fork still contains the bug https://github.com/vicmora/MMM-GoogleMapsTraffic/pull/24/files
-
@strawberry-3-141 thanks… that one didn’t seem to be the problem… fixed it now in my repo too
-
@strawberry-3-141 Thanks for taking a look. The
ignoreModules
section was a holdover from one of the eleventeen-thousand configurations I tried thinking I was missing something@sdetweil It works as advertised.
Thanks to both of you for the quick help.