Read the statement by Michael Teeuw here.
MMM-Multimonth
-
@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!
-
Update:
Now at 0.95 - Change of start of week was backwards. Whoops.
Localization still is provided by moment.js, data from it on start of week.
-
Updates:
0.99 - Thanks to Volker Wegert (Danke sehr!) - the code has become a lot more flexable and functional. He rewrote my work rather dramatically, and I absolutely love it.
1.00 - Tweeks here and there to standardize.