Read the statement by Michael Teeuw here.
MMM-Multimonth
-
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.
-
UPDATE:
I’ve pushed this to 0.9. Module now will change start of week fully.
Localization including start of week is provided by moment.js - translation errors and/or start of week issues (example: they have it on Sunday, but it should be Saturday) should be reported to them. https://github.com/moment/moment/
Thanks!