Read the statement by Michael Teeuw here.
MMM-CalendarExt3
-
@sdetweil Huge apologies Sam! just noticed I had the wrong link in my clipboard when i copy and pasted it!:man_facepalming:
Thank you so much for your help with this and apologies to have wasted your time with such trivial mistake…
-
@KD np… dang computers do what we tell them, exactly…
u will want to remove the “DEBUG”
as it generates a lot of content -
@sdetweil Yes thank you - all removed.
-
@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…