Read the statement by Michael Teeuw here.
MMM-CalendarExt2
-
@Turtle
I don’t know why, but some nowadays version of MagicMirror has been missingcss/custom.css
. Just create empty text file and name it ascustom.css
then save it to yourcss
directory. -
@Sean said in MMM-CalendarExt2:
@Turtle
I don’t know why, but some nowadays version of MagicMirror has been missingcss/custom.css
. Just create empty text file and name it ascustom.css
then save it to yourcss
directory.@Sean - I thought I could do that but wanted to make sure but before I did that though I was able to find another css file called “MMM-CalendarExt2” in another folder and made some changes to that file which seems to be working. Of course, I made a backup of it just in case but for some reason, that file is acting like custom.css.
-
@Turtle said in MMM-CalendarExt2:
@Sean said in MMM-CalendarExt2:
@Turtle
I don’t know why, but some nowadays version of MagicMirror has been missingcss/custom.css
. Just create empty text file and name it ascustom.css
then save it to yourcss
directory.@Sean - I thought I could do that but wanted to make sure but before I did that though I was able to find another css file called “MMM-CalendarExt2” in another folder and made some changes to that file which seems to be working. Of course, I made a backup of it just in case but for some reason, that file is acting like custom.css.
Custom.css is the only file that doesn’t get over written when you update MM or Calendar-Ext2. That is why it exists. If you modify main.css then a MM update will wipe out the changes. Same thing is true of CalendarExt2.css.
-
-
@Sean said in MMM-CalendarExt2:
I don’t know why, but some nowadays version of MagicMirror has been missing css/custom.css.
because we removed it from the git repo, to avoid over-writing it on updates… can’t have it both ways…
-
@sdetweil
In that case,.gitIgnore
couldn’t help? -
@Sean they decided to remove it…
-
@sdetweil so custom.css.sample like the config?
-
@BKeyport its an empty file… I can add it with the installer… if not present then touch to create the file…
-
true, forgot it started out empty. Back to MMM-CalendarExt2 here, I guess.