A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Calendar and Weather modules (core/default) issues/questions
-
-
Weather only ever shows 5 days plus today, even if I configure for 14 days.
-
Calendar never shows the start times of my events. Is there a config I’m missing?
-
Is there a way to set a background “shade” for modules? I’ve got a background image running and it would be great if all my text blocks actually had a slight “grey” (mostly transparent) background to make the text more readable.
-
is this the right place to post about the built in modules?
-
-
-
some providers only give 5 days for free… (used to be everyone gave out free data)
-
calendar ONLY shows start, unless
showEnd: true
is set
- module background is usually transparent.
well… you can set something in css/custom.css
.module-content { background-color: gray; }
but… the module space has a border, AND modules can set their own backgrounds,
SO, its not a simple change…
- yes, unless there is a bug, then open an issue in the MM github repo
-