Skip to content

000miix/DailyGrapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DailyGrapher

A Hacs Custom Card that shows a calendar on a clock

hacs_badge

grapher

Usage

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

Options:

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.

How it works

It shows all upcoming events in the current 12 hours. It's most likely buggy.

  • Add events to your calendar of choice.

Troubleshooting

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.


Add a custom repo to HACS:

Custom Repositories

  1. Go to any of the sections (integrations, frontend, automation).
  2. Click on the 3 dots in the top right corner.
  3. Select "Custom repositories"
  4. Add the URL to the repository. (https://github.com/000miix/DailyGrapher)
  5. Select the correct category.
  6. Click the "ADD" button.

Releases

No releases published

Packages

No packages published