Read the statement by Michael Teeuw here.
Ongoing events
-
Hi all, newbie here (only to MM not Linux).
I’m having trouble setting up MM so it shows the current event, once an event starts it removes it from display.
Here’s my current config:
modules: [
{
module: “alert”,
},
{
module: “updatenotification”,
position: “top_bar”
},
{
module: “clock”,
position: “top_left”
},
{
module: “calendar”,
header: “Upcoming Events”,
position: “top_left”,
config: {
maximumEntries: “15”,
maximumNumberOfDays: “14”,
hideOngoing: “false”,
showEnd: “true”,
getRelative: “0”,
fade: “false”,
fadePoint: “1”,
calendars: [
{
symbol: “calendar-check”,
url: “webcal://www.calendarlabs.com/ical-calendar/ics/75/UK_Holidays.ics”
},
{
url: “https://calendar.google.com/calendar/ical/”
}
]
}
},I’d like to keep the current view as it is (showing start and end times of the events but also keep the currently ongoing events displayed too.
I’ve tried different config options but can’t seem to make it work.
Any ideas?
TIA
-
Anyone able to help?
-
it does not work the way you want… not a config option… code would have to be changed