A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Cozyla like bright colors mirror (not used as a mirror)?
-
Hello All,
I am trying to create a family calendar which looks similar to the COZYLA expensive version. so my new guy questions are:
- Has anyone tried this
- do people post their css files for others to modify
- Does anyone suggest the best way to show live google charts on the mirror? I have been reviewing the SmartWeb display model which looks promising.
-
@Kdizzle you could do the calendar with MMM_CalendarExt3
change the MM background to white and the overall text color to black in the
custom.css overriding stuff in main.css -
@Kdizzle I changed those two
added this in custom.css:root {
–color-text: #999;
–color-text-dimmed: #666;
–color-text-bright: #000; /* <-- was FFF*/
–color-background: #fff; /*<— was 000 */
}and got this
with no other customization
Ext3 allows all kinds
-
@sdetweil Thank you! I will start playing with and learning CSS. Thank you for the quick demo!