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

Header Cards disapears every night #16

Open
cweakland opened this issue Aug 22, 2024 · 0 comments
Open

Header Cards disapears every night #16

cweakland opened this issue Aug 22, 2024 · 0 comments

Comments

@cweakland
Copy link

cweakland commented Aug 22, 2024

I used to see this on occasion, but now it has become a nightly occurrence. It happens each night some time after 10pm and 7am (when I am sleeping). Here is what my header card looks like when its functioning properly (This is a 7" RaspberryPi touch screen running chromium-browser). Does my kiosk_mode addon play into this somehow?

image

In the morning this is what it looks like, the header cards are missing:

image

My here is my relevant configuration:

kiosk_mode:
  hide_assistant: true
  hide_search: true
  hide_menubutton: false
  hide_sidebar: false
  hide_account: true
  hide_notifications: true
header_cards:
  replace_tabs: true
  justify_content: space-between
  cards:
    - type: markdown
      card_mod:
        style: |
          ha-card {
            background: rgba(0,0,0,0);
            font-size: 1.2em;
          }
      content: >
        {{ as_timestamp(states('sensor.date_time_iso'),default=None) |
        timestamp_custom('%-I:%M %p',default=None) }}
    - type: markdown
      card_mod:
        style: |
          ha-card {
            background: rgba(0,0,0,0);
            font-size: 1.2em;
          }
      content: >
        {{ as_timestamp(states('sensor.date_time_iso'),default=None) |
        timestamp_custom('%A,  %B %-d',default=None) }}
views:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant