Multi Date Countdown
2
Connections
12
Forks
Count down to personal dates, holidays, school dates, anniversaries, and other important dates from calendar-style YAML entries. Based on Birthday Calendar v2 by Jasper and Custom Next Holiday and Countdown by blueset. The date entry system follows blueset's recipe with minor improvements; their Calendar JSON Editor JSON app can help build entries.
Available settings
Dates
Define countdown dates as YAML entries. Date formats match the Custom Next Holiday recipe: MM-DD, YYYY-MM-DD, MMWn-D for nth weekday, and MMWnN-D for last nth weekday. Add +N or -N to offset a date by days, for example 05Wn1-1-4 for four days before the last Monday in May. Add round: [1, 2, 3, 4, 5] to move weekend dates to the nearest weekday. Dates with a year show age by default and repeat yearly; add show_age: false for a one-time date.
Example: - name: Jane Doe
date: 1990-04-11
icon: fluent-emoji-flat:birthday-cake
- name: Christmas Day
date: 12-25
icon: noto:wrapped-gift
round: [1, 2, 3, 4, 5]
- name: Memorial Day
date: 05Wn1-1
icon: fluent-emoji-flat:military-medal
- name: Last Day of School
date: 05Wn1-1-4
icon: fluent-emoji-flat:graduation-cap
Only show when dates are within the next..
The plugin won't show if there are no dates upcoming within the selected window. Makes for a cleaner playlist.
Date format
Format shown on each card. Supported tokens include YYYY, YY, MMMM, MMM, MM, M, EEEE, EEE, DD, and D.
Example: EEE, MMM DD
Show title bar
Show the bottom title bar with the plugin name and next-date summary.