Read the statement by Michael Teeuw here.
4k Dashboard
-
@N6NG from the doc
. -
@sdetweil I don’t find fadePoint in the config.js file. Do I need to add it or is it in the calendar.css ?
-
@N6NG those are config.js settings
if not specified, then the default value is used.
so you can use
fade: false
to turn off fadeor
fadepoint:4
(for example to start the fade at 4th entry) -
@sdetweil I added the fadePoint ok but it only works on the event name. All the times are still faded which is what I don’t want faded.
-
@cowboysdude As am I. This would be VERY interesting.
-
@BKeyport That’s why I asked the person with the 4K mirror.
He had the calendar without faded times and that’s what I want to do. -
Sorry for the late reply - missed your post
Following is my calendar config in config.sys
module: 'calendar', position: 'top_right', header: 'CALENDAR', config: { maximumEntries: 21, maxTitleLength: 25, fade: false, displaySymbol: false, timeFormat: 'relative', nextDaysRelative: true, dateFormat: 'ddd MMM DD HH:mm', fullDayEventDateFormat: 'ddd MMM DD', calendars: [ { symbol: 'home', url: 'webcal://p49-caldav.icloud.com/published/2/abcdefghijkl......mnopqrs', maximumEntries: 19 },
Hope that helps
-
@mvrlogins Thanks…
Dennis -
your mirror looks nice. Can you share your css?
-
thanks for this, it’s very inspiring.