Automatically rotate through list of URLs with correlating time intervals. Ideal for low CPU dashboards and kiosks. By Cami Blanch
Tabulus Rotatum is optimized for low CPU kiosk and dashboard setups such as Raspberry Pi, Cubox machines.
Tabulus Rotatum takes a given list of URLs and corresponding times (in seconds) and shows each URL for the given amount of time. The first URL is loaded in a background tab and once loaded, the active tab will close and then "sit" on the first URL for the given time interval. This continues and loops for the entire URL list. This is ideal for dashboards and kiosks and can be started with the browser startup.
New features:
- URLs and time intervals can be loaded from a text webpage. This can be set to auto-load so you can update the URLs remotely. With this feature enabled, every time you restart Tabulus Rotatum the URLs are loaded from the given text webpage.
- Bad data is removed. If there is no semicolon or more than 1 semicolon, the line is ignored and removed. If there is no URL and/or time interval, the line is ignored and removed. If the time interval is not a number, the line is ignored or removed.
View the source code here https://github.com/camiblanch/Tabulus-Rotatum
Latest reviews
- (2021-02-01) dokustreams. de: It closes all other tabs and opens a new tab for every URL load and also reloads all opened tabs on every URL load? i have no idea why and there are no options regarding this :(
- (2020-01-16) Espen Faale: Opens a new tab with one URL, then nothing else happens.