c-base / c-beam-viewer

MQTT controlled web viewer for android
1 stars 1 forks source link

Add support for list of websites to display #9

Open cketti opened 7 years ago

cketti commented 7 years ago

Coordinate with @uwekamper to come up with a way to configure the list via MQTT

bergie commented 7 years ago

We should add a second topic the thing monitors.

Suggested:

role/urls

That is how we did it with https://github.com/msgflo/msgflo-browser/blob/master/examples/infodisplay/infodisplay.js

bergie commented 7 years ago

FYI, implemented a quick-and-dirty URL rotation on Flowhub level in https://github.com/c-base/c-flo/commit/5c13ff8186f71de5031c6364fcc40d6d1ab6484a

Now it follows the he1 screen in rotating automatically:

screenshot 2017-07-18 at 15 19 19

URL list configurable in https://github.com/c-base/c-flo/blob/master/ansible/host_vars/he1-terminal.yml

cc/ @uwekamper