@Sean That worked perfectly . How would you go about making the slot event background not be a black gradient? I just want the whole thing to be transparent.
Read the statement by Michael Teeuw here.
Latest posts made by scuppasteve
-
RE: MMM-CalendarExt2
-
RE: MMM-CalendarExt2
I really like this module and unlike the regular Calendar app is able to deal with DST.
I have a calendar of just my kids chores to do today. All i want is to display the chores that are today, in the calendar they are all day events. So i would like the “ends in xx hours” to go away altogether ideally, but at worst i would just like it to say “Today”. Also I would like to make the slot background transparent and the slot text white. I know that is in CSS, but don’t see where to make it transparent.
{ module: 'MMM-CalendarExt2', config: { updateInterval: 1000*60*240, calendars : [ { name: "Chores", scanInterval: 1000*60*240, url: "CAL URL", }, ], views: [ { name: "Chores", position: "top_right", mode: "current", hideOverflow: false, slotTitle: "Kid's Chores", slotMaxHeight: "75px", slotCount: 10, maxDays: 1, locale: "en", calendars: ["Chores"], }, ], scenes: [ { name: "DEFAULT", }, ], }, },
-
RE: Calendar displaying tomorrow all day events, for today, following time change from DST to ST.
@sdetweil That is my issue i post 2 days ago.
-
RE: Calendar displaying tomorrow all day events, for today, following time change from DST to ST.
@sdetweil thanks for the info can you link to the issue somewhere i cant find it.
-
RE: Calendar displaying tomorrow all day events, for today, following time change from DST to ST.
Been over a week, anyone have any idea what this could be?
-
Calendar displaying tomorrow all day events, for today, following time change from DST to ST.
Like it says in the title, i have a calendar for chores that are all day events. It worked fine for months. Following the time change this past weekend, all the events are one day ahead. For example items for tomorrow are shown today. Below is the config for this module. Any idea?
{ module: "calendar", header: "Chores", position: "top_right", config: { fadePoint: 1.0, fade: false, maximumNumberOfDays: 1, maxTitleLength: 40, displaySymbol: false, getRelative: 0, showEnd: false, timeFormat: 'absolute', calendars: [ { url: 'Calendar URL', symbol: 'broom' } ] } },
-
RE: MMM-homeassistant-sensors Text Color
I got it figured out, i appreciate the help in getting this figured out.
.MMM-homeassistant-sensors .dimmed { color: #FFFFFF; }
-
RE: MMM-homeassistant-sensors Text Color
I tried the following to no effect, not sure what the issue is.
wrapper.className = 'dimmed small'; .module.MMM-homeassistant-sensors .dimmed { color: #FFFFFF; }
and
wrapper.className = 'dimmed small'; .MMM-homeassistant-sensors .dimmed { color: #FFFFFF; }
-
RE: MMM-homeassistant-sensors Text Color
I tried what you suggested and it didn’t seem to have an effect. Is there something that i need to do in the /css/main.css to make the /css/custom.css load?
-
MMM-homeassistant-sensors Text Color
So i have this module working great, but the text is grey and is almost invisible. I tried to edit it via custom.css. Any advice would be great.
My custom.css looks like this:
.MMM-homeassistant-sensors { color: #FFFFFF; }