rasmusbergpalm / jslate

Write your dashboards in pure html/js
jslate.com
244 stars 54 forks source link

Automatic refresh #6

Closed tassadar2 closed 12 years ago

tassadar2 commented 12 years ago

Hi,

I can't find any means to configure the refreshing of widgets. Neither in the web GUI nor in the source code. It appears as though the widgets just input their data once and that's it. Is that correct?

Thing is, I am looking for some software to help me set up a permanent dashboard, containing widgets that each visualize data with different refresh intervals. Some data (like IP traffic) may be updated every 5 mins, other data once a day. Is there some way to make this happen?

Thanks,

Erik.

rasmusbergpalm commented 12 years ago

Jslate widgets is just HTML and JavaScript. you can do automatic refreshing with setInterval(). Cheers