Page 1 of 1
forcerefesh not working anymore
Posted: Friday 03 April 2020 12:59
by Gianni
i's it possible that this is broken in the new update.
My images does not refresh anymore every sec.
only when i manually refresh the dash.
grts gianni
Re: forcerefesh not working anymore
Posted: Friday 03 April 2020 14:00
by Lokonli
How did you define your block?
Did you rename the refresh parameter to refresh? (in seconds!)
Re: forcerefesh not working anymore
Posted: Friday 03 April 2020 16:42
by Gianni
hey
I did not change anything in my config,its works in version the prev. beta version.
I try this 1
Code: Select all
buttons.Voordeur = {width:12, isimage:true, forcerefresh:1, refresh:1000, btnimage: 'http://x.x.x.x/tmpfs/snap.jpg?usr=x&pwd=x&resolution=[350]x[550]', url: 'http://x.x.x.x/tmpfs/snap.$
and this
Code: Select all
buttons.Voordeur = {width:12, isimage:true, forcerefresh:1, btnimage: 'http://x.x.x.x/tmpfs/snap.jpg?usr=x&pwd=x&resolution=[350]x[550]', url: 'http://x.x.x.x/tmpfs/snap.$
grts Gianni
Re: forcerefesh not working anymore
Posted: Friday 03 April 2020 16:45
by Lokonli
In the first one refresh is 1000, meaning 1000 seconds (almost 17 minutes), Did you wait that long?

(the unit was changed from msec to sec)
In the second one there is no refresh parameter, so the image will not refresh I think.
Re: forcerefesh not working anymore
Posted: Friday 03 April 2020 19:51
by Gianni
when was the change from msec to sec.
I need to start reading the release notes :-p
grts gianni