auroqueue icon indicating copy to clipboard operation
auroqueue copied to clipboard

how to see a demo or screenshots?

Open matteoraggi opened this issue 6 years ago • 3 comments

Hi, I would like to see a online demo or a youtube video or some screenshots first to use my time installing it on raspberry, is that possible? I watched this video, but I don't see the UI here too: https://www.youtube.com/watch?v=EdB-Vuqtlc0

matteoraggi avatar Apr 20 '19 15:04 matteoraggi

The easiest way is to simply install and run it locally on any machine with node or even just run the docker image.

Either way, I'll try to get a short demo up soon.

2color avatar Apr 23 '19 07:04 2color

I just need a qms with transparent background to show videos and images on the background. Is that possiblle with auroqueue? Plus I need also to show the same number also to other monitors, eventualyl it would be an extra feature..

matteoraggi avatar May 31 '19 07:05 matteoraggi

Sure it's possible. You can embed whatever you like in the index.html file https://github.com/2color/auroqueue/blob/master/public/index.html#L21.

Because auroqueue is simply put an HTTP server with a simple API, you can serve the QMS on as many monitors as you like. All you need is to have a network connected device with a browser on it that can access the device running the auroqueue server.

2color avatar Jun 06 '19 14:06 2color