Freeboard / freeboard

A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard.
http://freeboard.io
MIT License
6.45k stars 1.2k forks source link

Gauges won't load in Chromium #91

Open adameickhoff opened 9 years ago

adameickhoff commented 9 years ago

I'm running into an issue where if you have a dashboard that contains a gauge, when you load it on a raspberry pi with Chromium, the gauge will not display.

The tile is there with the titles, just missing the actual gauge.

I'm also receiving a console error that I'm not sure if it is related or not, but it is a ReferenceError stating that justGage is not defined on line 2 of freeboard+plugins.min.js

steffenschebesta commented 9 years ago

Same problem here - also running on Rasperry Pi. Any updates on this issue?

As a workaround we are executing DISPLAY=:0 xdotool getactivewindow key F5 to reload the page. Eventually the gauges show up.