gadgetchnnel / lovelace-home-feed-card

A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.
275 stars 24 forks source link

Sometimes card is empty, if I hit edit, info shows #103

Open mtgpcs opened 1 year ago

mtgpcs commented 1 year ago

Example of empty image

Example of working with not changes other than refresh image

config

type: custom:home-feed-card title: Home Feed card_id: main_feed show_empty: false more_info_on_tap: true state_color: true entities:

Installed via HACS

msolomos commented 9 months ago

@mtgpcs where do you get this error ? on your wall tablets?? This is something that bugs me very much! Having 3 tablets is a big problem, especially when you update lovelace often. After a couple of refreshes it works, Sometimes I have to refresh multiple times.

mtgpcs commented 9 months ago

This is on my phone or desktop. Same with my other HA instances. I have not found a fix other edit dashboard and edit the card. It will then show up.

Trebacz commented 9 months ago

Also seeing it here randomly - tablet and desktop (chrome)... Seems to be client centric, but randomly works and breaks,

zorruno commented 9 months ago

Seeing the same thing here. This is firefox on Linux, but also on android phone IMG_20231217_111506~2

chuck99z28 commented 9 months ago

Same here

msolomos commented 8 months ago

having 3 tablets ..this is becoming a real problem. I'm very frustrated because I must keep refreshing them through FKB

domramsey commented 7 months ago

Same problem here on my Mac and iPhone. Happens most of the time and makes the card unusable for me unfortunately.

yuejon commented 6 months ago

I had the same issue on my android phone but I noticed whenever I went to a page with a markdown card and go back to the feed, it would be corrected. I decided to try adding a markdown card that is hidden by a conditional card on the same page that the home feed is on and that seems to have fixed the issue. Worth a shot for those of you still having the problem.

This is what I added:

type: conditional
conditions:
  - condition: state
    entity: sensor.uptime
    state: unavailable
card:
  type: markdown
  content: >-
    Uptime: {{ as_timestamp(states('sensor.uptime')) | timestamp_custom('%b %-d %Y %-I:%M %p') }}
mtgpcs commented 6 months ago

I just added it. I will report back.

rgb2017 commented 4 months ago

Having this issue as well on all of my devices. I use the Home Assistant Android mobile app on all devices. Intermittently the text will not show, usually when first opening the app to the default dashboard that contains the Home Feed card. If I navigate away to another page/dashboard and then come back it corrects itself.

I'll try the workaround noted just above and see if that helps.

Screenshot_2024-05-09-10-30-02-98_c3a231c25ed346e59462e84656a70e50~2

Trebacz commented 4 months ago

Work around has been working consistently here for at least a month....

zorruno commented 4 months ago

I had the same issue on my android phone but I noticed whenever I went to a page with a markdown card and go back to the feed, it would be corrected. I decided to try adding a markdown card that is hidden by a conditional card on the same page that the home feed is on and that seems to have fixed the issue. Worth a shot for those of you still having the problem.

This is what I added:

type: conditional
conditions:
  - condition: state
    entity: sensor.uptime
    state: unavailable
card:
  type: markdown
  content: >-
    Uptime: {{ as_timestamp(states('sensor.uptime')) | timestamp_custom('%b %-d %Y %-I:%M %p') }}

Can confirm, great spotting - this workaround is working successfully for me.

rialDave commented 1 month ago

Same problem here. But this workaround shouldn't still be necessary IMO - this addon is not usable without it out of the box right now