A Hacs Custom Card that shows a calendar on a clock
Add a custom card with the following settings:
Single Calendar:
type: custom:dailygrapher-card
entity: calendar.calendar_id
hide_full_day_events: true
Multiple Calendars:
type: custom:dailygrapher-card
entity:
- calendar.calendar_id
- calendar.calendar_id_2
hide_full_day_events: true
entity: should be a valid and existing calendar entity ID (Tested with google calendar).
hide_full_day_events: (boolean) I recommend not showing full day events.
display_24_hour_time: (boolean) change the time in the centre to display in 24 hour notation.
It shows all upcoming events in the current 12 hours. It's most likely buggy.
- Add events to your calendar of choice.
The card uses the calendar events, If events don't show up, first refresh the calendars, and ensure you can see the event in the calendar.
Custom Repositories
- Go to any of the sections (integrations, frontend, automation).
- Click on the 3 dots in the top right corner.
- Select "Custom repositories"
- Add the URL to the repository. (https://github.com/000miix/DailyGrapher)
- Select the correct category.
- Click the "ADD" button.