Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show date on days without events. #1098

Closed
2 tasks done
dcode opened this issue Aug 9, 2023 · 2 comments
Closed
2 tasks done

Show date on days without events. #1098

dcode opened this issue Aug 9, 2023 · 2 comments
Labels
type/feature New feature or request

Comments

@dcode
Copy link

dcode commented Aug 9, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I've created a dashboard with a grid layout and each grid has a single day in the event layout with each day incremented with "startDaysAhead" (see screenshot) using the declutter card. On days where there is nothing scheduled, it just says "No events". Is it possible to still have the date present?

image

Here's my card config:

-  type: custom:atomic-calendar-revive
   defaultMode: Event
   enableModeChange: false
   showWeekDay: true
   entities:
     - entity: calendar.derek
       name: Derek
       color: '#51f651'
     - entity: calendar.holidays_us
       name: Holidays
   startDaysAhead: 0
   maxDaysToShow: 1
   refreshInterval: 600
   eventTitle: Busy
   hideFinishedEvents: false
   calShowDescription: true
   showMultiDay: true
   showCalendarName: true
   showNoEventDays: true
   showNoEventsForToday: false
   compactMode: false

Expected behaviour

I expected the day of the week and date number to still show on days where there are no events when showNoEventDays is true.

Possible Solutions

I'm not sure if my expected behavior breaks things for other usecases. If not, maybe this is a simple bug fix. If it would break something, maybe another flag that enables this behavior.

Mode

Event (default)

Context / Reason

The bigger picture is having a list of events for each day in a large dashboard so that my whole family sees what's coming up for the next 7 days (I have 2 rows of 4 grid squares).

Code of Conduct

  • I agree to follow this project's Code of Conduct
@dcode dcode added the type/feature New feature or request label Aug 9, 2023
@marksie1988
Copy link
Collaborator

could you confirm what config you are using on that last card? i have checked my personal HA and it does show the date, so unless you have it set not to show the date, it should be there.

image

@marksie1988
Copy link
Collaborator

Closing due to no updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants