plouc / mozaik-demo

Sample mozaïk app with two dashboards
http://mozaik.rocks/
103 stars 75 forks source link

[v2] Dash auto rotation config is set to ms when it should be seconds. #12

Open muffinresearch opened 7 years ago

muffinresearch commented 7 years ago
item info notes
node version v6.9.5 output from node --version
npm version 3.10.10 output from npm --version
mozaik-demo version f2966096999 (v2) git ref of the demo
browser N/A browser used, applyable if the issue is not related to the client

Expected behavior

Dashboard rotation to work

Actual behavior

Dashboard rotation doesn't appear to work.

Steps to reproduce

muffinresearch commented 7 years ago

Actually there isn't any issue with rotation - the problem is that the time is set in ms when in fact it should be seconds.

https://github.com/plouc/mozaik-demo/blob/mozaik-2/config.yml#L12

So this default setting is just exceptionally long and it appears to not be working. Setting something shorter it works fine.

przemuh commented 5 years ago

Fixed in https://github.com/plouc/mozaik-demo/pull/20