Non-touch-screen display fails to update automatically when front end changes are made. How do we solve this?

So I have Chromium loading in kiosk mode on a raspberry pi with a standard non-touch screen as a basic status dashboard for the house.

When I make changes and/or re-boot/restart Home Assistant, I lose some of the cards on the tab that’s loaded on the Pi until I re-fresh.

I can’t figure out how to refresh the browser automatically through either an automation, or otherwise. I have browser_mod installed, but it seems that the ID of the browser keeps changing, so I can’t rely on targeting that jumbled number.

My action now is to ssh into the pi and restart the pi. Seems excessive, and definitely not automated.

Any solutions out there?