-
Thanks! I was so close. I thought I had to specify .cell. Also, I had completely forgotten to make an images folder, but that only took me 10 minutes to remember. :beaming_face_with_smiling_eyes:
-
Thanks. I’ll look at MMM-Touch.
-
Here’s my code. Yes, default works fine. It only messes up when I try to specify an icon.
Default Calendar
{
module: "calendar",
//position: "bottom_center",
config: {
colored: true,
broadcastPastEvents: true,
calendars: [
{
url: ...
name: "CJ",
color: "#3061E3",
auth: {
user: ...,
pass: ...
}
},
{
url: ...
name: "Family",
color: "#DA2528",
auth: {
user: ...,
pass: ...
}
},
{
url: ...
name: "Fiji",
color: "#d2cf2a",
auth: {
user: ...,
pass: ...
}
},
{
url:
name: "Clararee",
color: "#a716b8",
auth: {
user: ...,
pass: ...
}
},
url: ...
name: "Birthdays",
symbol: "fa-solid fa-cake-candles",
auth: {
user: ...,,
pass: ...
}
},
{
url: ...
name: "Music",
symbol: "fa-solid fa-music",
auth: {
user: ...,
pass: ...
}
},
],
}
},
CalExt3
{
module: "MMM-CalendarExt3",
position: "middle_center",
config: {
mode: "month",
instanceID: "currentMonth",
firstDayOfWeek: 0,
useSymbol: true,
calendarSet: [],
}
},