Read the statement by Michael Teeuw here.
MMM-CalendarExt3
-
@KD and the position: for the default calendar… don’t need to display it if using ext3
-
@sdetweil Thank you Sam - removed it as well.
-
I’m having a bit of css trouble. I’m trying to display an image in the background of specific cells. It was working in July (in both CX2 and CX3) but has since stopped displaying in either.
.CX3 .month_09.date_22 { /*first day of fall*/ opacity:50%; background-position:center; background-repeat:no-repeat; background-image: url('../modules/MMM-CalendarExt3/images/Fall-Tree-small.png'); }
-
@almightyyoshi said in MMM-CalendarExt3:
.month_09.date_22
do u need a space between those?
also see how to use developers window to determine element classes to address for styles
https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1663003753793 -
@almightyyoshi said in MMM-CalendarExt3:
opacity:50%;
background-position:center;
background-repeat:no-repeat;
background-image: url(‘…/modules/MMM-CalendarExt3/images/Fall-Tree-small.png’);.CX3 .month_9.date_22 { ...
-
Nope. Stupid mistake. Needed to be month_9.date_22.
-
@almightyyoshi ok, I don’t see the difference…
-
-
@sdetweil month_09 (wrong i guess) and month_9 (correct i guess)
-
@mumblebaj dang computers!!! so picky,!