mozaik-demo
mozaik-demo copied to clipboard
[v2] Dash auto rotation config is set to ms when it should be seconds.
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
- Run rev f2966096999
- Add a second dashboard to config
- Note auto rotation doesn't work even when pressing the play/pause
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.
Fixed in https://github.com/plouc/mozaik-demo/pull/20