I have an ImportJSON script in my Google Sheets retrieved from here. Now I have code:
=ImportJSON("http://date.jsontest.com/","/time", "")
which simply retrieves the time right now. My issue is that it does not refresh automatically.
How do I make it refresh every 60 seconds?
I use a refresh script with the google apps script.
First you need to generate a random number to trick it into thinking its a new link.
After that you need to write to the cell you want to have the time
Then you can set up the script to run whenever you want.