Hi,
wow can I reload a website with wg() after a few seconds with tu() to update the widget content with new text?
Thanks!
Hi,
wow can I reload a website with wg() after a few seconds with tu() to update the widget content with new text?
Thanks!
Ok this works:
$wg("example.com/?t=" + df(m), txt)$
But it's so slow while loading (loading text appears)... have to look if I could load the data it in the background.
*update*
Fixed it with Automate. Automate loads the content to a var and updates the widget, works great! Thx for this great App!
Yeah its returning "loading" because you are basically triggering a new URL at every download, i am not yet capable of offering per request timeout and downloads obey to the standard http caching values or the max network timeout in the settings, this might improve later on in the meanwhile you will have to rely on third party apps as you did already :)
Hi, I want to do the same! How did you Automate it? How did you move the web content to the var?
Hi,
I want to do the same! How did you Automate it? How did you move the web content to the var?
Thanks