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

Time shown in unknown formatting #1058

Closed
2 tasks done
JakobTewes opened this issue Jun 21, 2023 · 11 comments
Closed
2 tasks done

Time shown in unknown formatting #1058

JakobTewes opened this issue Jun 21, 2023 · 11 comments
Labels
type/bug Something isn't working

Comments

@JakobTewes
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The meeting time and duration is not shown correctly. Showing up as "strange numbers":

image

Expected behaviour

Show hour and minute correctly :-)

Steps To Reproduce

No response

Mode

Calendar

Card Version

7.3.0

Home Assistant Version

2023.6.2

Configuration

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@JakobTewes JakobTewes added the type/bug Something isn't working label Jun 21, 2023
@github-actions
Copy link

Hello @JakobTewes, thank you for your interest in our work!
If this is a bug report, please provide your configuration and any screenshots that would assist troubleshooting, otherwise we can not help you.

@marksie1988
Copy link
Collaborator

This is a configuration issue please supply config as part of the request

@JakobTewes
Copy link
Author

JakobTewes commented Jun 21, 2023

Hi @marksie1988,

thanks for the reminder and sorry for not providing. This is the config:

type: custom:atomic-calendar-revive
name: Kalender
enableModeChange: true
defaultMode: Event
entities:
  - entity: calendar.calendar_jt
    name: Jakob
  - entity: calendar.calendar_kl
    name: Katharina
  - entity: calendar.calendar_sl
    name: Sophie
  - entity: calendar.calendar_vl
    name: Viola
eventCalName: true
firstDayOfWeek: 1
maxDaysToShow: 3
showLocation: false
showMonth: true
hoursFormat: 24h
showDate: false
sortByStartTime: false
hideFinishedEvents: true
showRelativeTime: false
showLastCalendarWeek: false
disableCalEventLink: false
showProgressBar: false
refreshInterval: 60

@marksie1988
Copy link
Collaborator

yes remove the "hoursFormat" option, this is now set via the HA settings. this may be causing the issue.

@JakobTewes
Copy link
Author

Removed, unfortunately no luck yet ;-(

@marksie1988
Copy link
Collaborator

Oh that's odd, if you remove everything other than your calendars do you still have the same issue?

@JakobTewes
Copy link
Author

Dammn :-)

image

@JakobTewes
Copy link
Author

Another thing is, that I´m running two instances of HA with same configuration. Both show this strange behavior ;-(

@marksie1988
Copy link
Collaborator

I assume you are running the latest version of HA?

I am just a little confused, as it you are running a new version like you say above 2023.6.2 the card should pull the time format preference from HA and format the times.

the other thing to try would be forcing the format by adding this:

hoursFormat: HH:mm

this will override the setting in HA

@marksie1988
Copy link
Collaborator

As there has been no update I'm closing this one

@JakobTewes
Copy link
Author

Sorry for the late reply. With version 8.0 everything is back to normal - nothing changed, time now showing in correct formatting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants