Is it possible to call a Browser Mod popup with a card that doesn't have a tap action?

I have a gauge card that when tapped, I want it to call a popup window. Unfortunately the gauge card doesn’t have a tap action – it just brings up the default window for that entity. Is there any way around this? Thanks!

I am by no means an expert, but have you tried custom cards, I’ve been playing with them lately and they allow you to add what ever action you want, here’s an example.

type: custom:button-card
entity: light.kitchen
aspect_ratio: 3/1
color: auto
color_type: icon
icon: mdi:countertop
tap_action:
  action: toggle
hold_action:
  action: more-info
name: Kitchen

Might not be what you want but thought it was worth a shout.

I appreciate you reply. I’m specifically looking to do this on a gauge card however.