Read the statement by Michael Teeuw here.
MMM-Multimonth
-
@BKeyport I would like to know as well if the header color can be changed.
-
yes. It’s all in CSS. Take a look at the CSS file in the directory, and copy over to your custom.css
-
@BKeyport Great MMM, exactly what I was looking for! :winking_face: Can the first day of the week be changed to monday?
-
@PH1TCH It’s in the notes I haven’t figured out how to do this yet. Everything I’ve tried has failed due to API issues. I’m cracking on it when I can. My business takes priority, and we’ve been extended out due to this whole virus thing.
-
@BKeyport Okay, thanks for the update!
-
Hello, how can I change the color from grey (days+numbers) from grey to white?
-
@Werner1340 That’s actually a magicmirror default. I believe it’s getting it from here:
.normal { color: #999; }
-
@BKeyport Hm, i found that code in the main.css and changed the color to #fff.
…still grey color in calendar. ;-). any more Ideas? -
found it!
in main.css change:
body {
…
…
color: #fff
…
…
thx for the hint :-)) -
Werner: Don’t ever change main.css
use custom.css instead.