supersebbo
(Supersebbo)
November 27, 2021, 11:24am
1
Hi all,
Is there a way to override the date-range shown on the ‘list view’ for the calendar card?
What I want to achieve is a: Coming Soon type list where it always shows events from the NEXT 7 days. The default view is the ‘current’ week, which is annoying because if you’re at the end of the week, they it will not show anything happening ‘tomorrow’ until it flips over to the next week
Thanks!
BebeMischa
(Bebe Mischa)
November 27, 2021, 11:45am
2
I’m not sure about the standard Calendard Card, but I do know, that Atomic Calendar Revive card from HACS is doing exactly that…
BebeMischa
(Bebe Mischa)
November 27, 2021, 12:30pm
3
Example of next 7 days view:
type: custom:atomic-calendar-revive
entities:
- entity: calendar.xxxxxxxxx
titleColor: purple
icon: mdi:home-heart
color: purple
- entity: calendar.xxxxxxxx
titleColor: violet
icon: mdi:hospital
color: violet
- entity: calendar.feestdagen_in_nederland
titleColor: orange
icon: mdi:cheese
color: orange
- entity: calendar.feestdagen_in_tsjechie
titleColor: cyan
icon: mdi:glass-mug-variant
color: cyan
- entity: calendar.islamitische_feestdagen
titleColor: white
icon: mdi:mosque
color: white
- entity: calendar.feestdagen_in_suriname
titleColor: goldenrod
icon: mdi:emoticon-cool-outline
color: goldenrod
enableModeChange: true
firstDayOfWeek: 1
maxDaysToShow: 7
refreshInterval: 180
name: Aankomende dagen
showDeclined: true
sortByStartTime: true
noEventText: Er zijn geen afspraken vandaag
showWeekDay: true
showNoEventsForToday: true
showFullDayProgress: true
showEventIcon: true
hoursFormat: HH:mm
showDate: false
untilText: tot
fullDayEventText: hele dag
noEventsForNextDaysText: Er zijn geen afspraken aankomende dagen
hiddenEventText: verborgen
showHiddenText: true