You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2020. It is now read-only.
dashing-reload is a widget for Shopify's dashing framework to cause the
browser to reload the page periodically. This is done to work around
problems in the browser due to memory utilisation that become apparent after having a
dashboard loaded for an extended period of time. (See
https://toxaq.com/index.php/2012/12/running-shopifys-dashing-on-a-raspberry-pi/#comment-91)
This repo contains the reload widget that when included in a dashboard
will automatically cause the browser to reload.
Configuration
Copy the reload directory to the widgets directory in your dashing
installation. Include the reload widget in your dashboard, outside of
the gridster div.
The pre-configured reload interval is 30 minutes. You may set this value
in reload.coffee
See also
Another author has created the Remote Reload widget which allows you to
trigger a page reload from an external process. You could use that widget
along with a dashing job that periodically triggers the reload to achieve
the same thing provided by this Reload widget.
About
Periodically reloads a dashing dashboard in the browser.