This is simple Dashing widget to display images from any URL, e.g. WebCam pointed to your favorite place like football table, cafe, etc.
##Usage
The widget needs my slightly improved standard image widget. Put the q_cam.rb
file in your /jobs
folder. Put q_cam_urls.json
to /assets/config/
.
Make sure directory /assets/config
is accessible by Dashing user.
To include the widget in a dashboard, add the following snippet to the dashboard layout file:
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="football_table" data-view="Image" data-width="100%"></div>
</li>
##Settings
Amend /assets/config/q_cam_urls.json
to have proper WebCam URLs.
There is no need to restart service if job is already running and configuration file is amended.