Html panl text can't auto refresh

I created text temple and I added time on my dashborad but the text panel didn’t refresh automatically

Here is my html code , I had try add to refresh,but it will refresh all dashborad ,If I just want refresh this text panl what can I try?

<meta http-equiv="refresh" content="5" />

<div class="current_date" id="current_date"></p></div>

<script>

document.getElementById("current_date").innerHTML = Date();

</script>

Hi @nicochang96

This is also a bit new for me but I am willing to try it out.

Can you please provide some more details “steps of reproduction” as how exactly you set it up so that I can reproduce it like you.

Thanks

1 Like