Read the statement by Michael Teeuw here.
MMM-Carousel CSS influence
-
Hi,
I used MMM-Carousel more or less since the beginning on my mirror (over 1 year :).A few days ago I discovered and issue in the “bottom_bar” region. The bottom bar was not in the bottom at all. It was shifted up like 30px. I searched for the issue but all I found in that region was the MagicMirror body.
So I adjusted custom.css and even main.css. But without any change on that.
Then I deactivated modules in other regions. And “uups”, after Carousel was disabled everything was fine again.So I reinstalled that module completely.
rm -r MMM-Carousel
and then againgit clone ...
instead ofgit pull
. That solved that Issue. Maybe during the past some more has changed in that module or maybe there were some old node_modules inside (maybenpm install
was necessary in the past. Don’t know).I just wat to tell this if someone is discovering the same behavior.
-
@chrisfr1976 for educational purposes, before you go reinstalling a module you THINK has been modified, do
git status
in the module folder
this will tell you if any shipped files have been changed
git diff will show you WHAT changed