Mushroom card tap action question

Hello everyone…
I am using mushroom cards to get a nice dashboard set up.
Now i would like to have a popup card come up when i do tab the card, but the given options like more info, url and such dont seem to offer that functionality.
Can i somehow call a popup card with the mushroom card tab action?
Maybe someone already got that working.
Thx alot

Use browser mod for this. It offers a service call, that you can use on your tap action. :slight_smile:

See here:

this will look something like this:

tap_action:
  action: fire-dom-event
  browser_mod:
    service: browser_mod.popup
    browser_id: this
    data:
      title: Your awesome title
      content:
        type: markdown
        content: >-
          Best content EVER! :)  

EDIT: I changed your thread title to tap instead of tab, as these are totally different things. :wink: :slight_smile:

Thx alot for the reply and thx for the correction…
I guess thats the beauty of being bilingual…at some point you dont speak any language fluent anymore :slight_smile:
I will give this brwoser mod a try…thx

1 Like

Worked like a charm…thx alot

1 Like