Good Afternoon,
I’ve setup up my MagicMirror and successfully tweaked the settings I needed.
I only have a really basic grasp of any of this so the help on this site has been invaluable.
The thing I’m struggling with is end times on the default calendar module. I can only get the calendar to display the start times of events.
Any suggestions?
module: "calendar",
header: "Shifts",
position: "top_left",
config: {
colored: true,
timeFormat: "dateheaders",
showEndTime: true,
showEndTime: true,
calendars: [
{
symbol: "user-astronaut",
url: "http://localhost:8080/modules/calendars/mine.ics"
},
{
symbol: "user-ninja",
url: "http://localhost:8080/modules/calendars/bf1.ics",
color: "#3734eb" },
{
symbol: “user-secret”,
url: “http://localhost:8080/modules/calendars/bf2.ics”,
color: “#34ebeb” }
}