Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.44k stars 39 forks source link

Bubble-Card and home-feed-card not Working #491

Closed GunterAv closed 1 month ago

GunterAv commented 2 months ago

Hello,

I have a home feed card which I would like to display with a pop-up. Everything is displayed correctly in the preview of the bubble card. Vorschau

However, the bubble card remains empty on the dashboard. Anzeige

My YML: ` - type: custom:bubble-pop-up hash: '#Anrufliste' name: Anrufliste icon: mdi:phone-log is_sidebar_hidden: true bg_color: '#D8E9D7' margin: 0px bg_opacity: '50' bg_blur: 0 shadow_opacity: '0' back_open: false width_desktop: 540px

How do I manage to integrate the home-feed card into a bubble card?

Thank you and best regards Gunter

Clooos commented 2 months ago

Hi, have you tried the latest beta? You can get it by going on "Redownload" on the Bubble Card HACS page, there is a toggle to display the beta release.

And don't worry, this one is totally stable.

GunterAv commented 2 months ago

Hello,

the same with Version: 2.0.0-beta.6 Preview:ok Dashbord: empty

Best regards Gunter

Clooos commented 2 months ago

Can you try to toggle this?

image

GunterAv commented 2 months ago

Hello,

yes,

Preview2

... but the result are the same...

Preview1

Best regards Gunter

Clooos commented 2 months ago

Thank you for the info, I will have to take a look at that.

GunterAv commented 1 month ago

Hello,

Hello,

also the same with Version: 2.0.0-beta.8 Preview:ok Dashbord: empty

Best regards Gunter

GunterAv commented 1 month ago

Hello,

also the same with Version: 2.0.0-beta.10 Preview:ok Dashbord: empty

Best regards Gunter

Clooos commented 1 month ago

Thank you for the feedback, I still don't understand why it's happening. I will need to try this card.

GunterAv commented 1 month ago

Hello,

thank you. I use this card for my telephone call list as described here:

https://github.com/der8en/Fritz-Call-Monitor-Feed

Best regards Gunter

Clooos commented 1 month ago

Hi, I've just released a new beta and I've found some issues related to the pop-ups, with some luck it will fix your issue 🤞

https://github.com/Clooos/Bubble-Card/releases/tag/v2.0.0-beta.12

GunterAv commented 1 month ago

Hello,

i download Version Beta 12: V12

Restart HA...

But if i add a New Bubble Card, i become Beta 10: new

Result the same: Preview:ok Dashbord: empty

Thanks and best regards Gunter

Clooos commented 1 month ago

If you see beta 10 in the editor it means that you need to clear your browser cache to get the right version, your last test was on beta 10 and not 12.

GunterAv commented 1 month ago

Hello, thanks.

But also with Version Beta 12: Preview:ok Dashbord: empty Unbenannt

Unbenannt1

Thanks and best regards Gunter

GunterAv commented 1 month ago

Hello,

I have created a simple example for the home-feed-card with a calendar

type: vertical-stack cards: - type: custom:bubble-card card_type: pop-up hash: '#Test' name: Test for home-feed-card icon: mdi:ab-testing background_update: true close_on_click: false sub_button: [] button_type: name - type: custom:vertical-stack-in-card cards: - type: custom:home-feed-card title: Home Feed card_id: main_feed1 show_empty: true calendars: - calendar.geburtstage id_filter: ^home_feed1_.*

Preview: OK See: Preview

Dashboard: Empty See: dashboard

Thank you for your continued help!

Best regards Gunter

Clooos commented 1 month ago

Your issue should be finally fixed, I've tried this card and it was working on my side, can you confirm this? 🙂

https://github.com/Clooos/Bubble-Card/releases/tag/v2.0.0-rc.1

GunterAv commented 1 month ago

Hello Clooos,

Sorry, on my site is the same with v2.0.0-rc1 Preview: OK preview

Dashboard: Empty dashboard

Best regards Gunter

Clooos commented 1 month ago

Remove this, I've just tried and this is working 🙂

  - type: custom:vertical-stack-in-card
    cards:
GunterAv commented 1 month ago

Hello Clooos,

thats it! dashboard

Thank you so mutch!

Best regards Gunter

Clooos commented 1 month ago

You're welcome! 🎉