Trouble with browser_mod and custom weather card

Hey folks,

I am diving into browser_mod pop ups for customization of my dashboard. However, I am running into a problem on my very first use case. I am using ha-card-weather-conditions for my weather dashboards.

Since these custom cards do not provide further information/action on tap actions, I wanted to add further functionality via browser_mod pop ups. However, when I do

type: custom:ha-card-weather-conditions
language: de
weather:
  icons_model: defaulthass
  daily_forecasts:
    [...]
tap_action:
  action: fire_dom_event
  browser_mod:
    service: browser_mod.popup
    data:
      title: My title

nothing happens, when I click on the card created this way. I cross checked the beaviour with a sensor entity card, where the pop up is correctly shown

Did I overlook something in the documentation, which makes it necessary to adapt the configuration with custom cards?

I checked the card and it only supports more-info of the forecast entity and not actions. So what you can do here is create a custom-popup card with the target set to forecast entities you wish to override the more-info for.