@sdetweil
This is what I have for my css and my js . I think I need to somehow put the colors in the css, but I can not figure it out again. I probably have the config somewhere just have not had the “want to” to find it again. Having a bunch of issues since having Covid last month… Hopefully it will clear up soon…
CUSTOM CSS:
.calendar .symbol {
Margin-left: 10px;
Text-align: left;
Color: #15b1fd;
Font-size: 34px;
Line-Height: 35px;
CONFIG JS
{
module: "calendar",
header: "Birthdays/Dr.Appt",
position: "top_left",
config: {
fade: false,
maximumEntries: 16,
timeFormat: "absolute",
urgency: 3,
getRelative: 24,
calendars: [
{
symbol: "birthday-cake",
name: "Birthdays",
url: "https://calendar.google.com/calendar/ical$
color: "#09a6f3"
},
{
symbol: "briefcase-medical",
name: "DrAppt",
url: "https://calendar.google.com/calendar/ical$
color: "#f30819"
},
]
}
},