Read the statement by Michael Teeuw here.
Calendar Module: Multiple Icons.
-
This post is deleted! -
Sure, it’s in /home/pi/MagicMirror/css/custom.css
* Changes to this files will be ignored by GIT. * *****************************************************/ body { } .fa.fa-calendar-check-o { color: #00d2ff; /* Blue */ } .fa.fa-trash-o { color: #C97F7F; /* Brown */
-
This post is deleted! -
-
This post is deleted! -
@johnnyboy There is a css trick you probably didn’t know about, but will blow your mind :D
there is only one trash can icon in fontawesome, so how can we use it but colorize it differently for different trash types.
In germany, at least in my area, paper is blue, plastic is yellow, biowaste is brown and rest is black.
this is a working example https://jsfiddle.net/a8p7snpd/4/ you just need some icons that you never will use in the calendar module like car, truck and cab
-
@strawberry-3.141 What do I do with that, how do I use it?
Thanks. -
strawberry taught me how to do this he said:
“there two ways to make a truck to a trash can 1. you take my css 2. you crash the truck into a wall :D” -
@Richard238 you have to wait until it gets merged into the code base or you switch to my fork, but i wouldnt recommend that
-
This post is deleted!