core-dashboard
Dashboards
Core
Securely connect to services like Microsoft PowerBI and display dashboards
fa fa-file-image
\Xibo\Widget\DashboardProvider
%widgetId%_%displayId%
dashboard
xibo-dashboard-service
1
1
1
html
60
Type
Select the dashboards type below
Link
The Location (URL) of the dashboard webpage
Update Interval (mins)
Please enter the update interval in minutes. This should be kept as high as possible. For example, if the data will only change once per hour this could be set to 60.
60
]]>
"));
$("#loader").hide();
if (interval) {
clearInterval(interval)
}
interval = setInterval(loadImage, properties.updateInterval * 60 * 1000);
}
image.onerror = function() {
$("#loader").show();
if (interval) {
clearInterval(interval)
}
interval = setInterval(loadImage, 60 * 1000);
}
if (item.url) {
image.src = item.url;
}
}
]]>