I’m trying to find a good solution for displaying Google Slides presentations on TV screens at our nonprofit. It should be something simple, that is easy to maintain, as the presentations change daily. Any ideas where I should start looking?

  • Black616Angel@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Okay, let me get your current setup/needs right:

    You have multiple rooms with dedicated Raspberry Pis, that each run PiSignage to display automatically forwarding (google) slideshows.

    You now want to minimally change this setup to allow people to manually forward slides.

    This begs some questions:

    1. How are the slides selected/uploaded?
    2. How are the slides forwarded?
    3. How does the setup know if it’s an automated slide or not?

    In my head the new setup would look something like this:

    The Pis stay, as does PiSignage.
    A device is added to forward slides (most likely a Bluetooth remote)

    Here is where it gets tricky.

    On remote press, a menu could be opened, to select uploaded slides and display them via other means than PiSignage. Closing this slide opens PiSignage again.

    But having this easily maintainable is tricky and it will get hacky and people will forget closing their slide and so on.

    Alternatively USB-sticks could be used.
    Inserting one opens the folder, a slide can be selected with the remote and removing the stick opens PiSignage.

    Both methods are hacky and not easily maintainable. But I can not think of other means.

    Also I think that you should first think about some means of uploading and selecting slides as well as whether you even want to keep using PiSignage.

    • lerba@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      To clarify:

      • TVs running pisignage in the building should stay as they are
      • Mobile tv’s (they have wheels) should be fitted with the new system. They don’t have any pisignage and are currently connected with a laptop via hdmi, which is a pain since we can’t use that laptop for anything else then

      We use google slides for everything. In the best case the coaches just update the slides and import the url somewhere, like we do with pisignage

      • Black616Angel@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        That’s great actually.

        Then I would suggest using used thin clients. They cost around 50€ each, maybe less. You can install a Linux on there and remotely manage them then. They are quiet, small, not energy intensive and mostly have an x86_64 CPU, so software is also not an issue.

        They also mostly have HDMI so connecting is not an issue either. If you still buy a Bluetooth remote, they can be handled without a mouse.

        Software wise I am not well versed with google slides, but you can probably use kiosk mode in Firefox or chrome and just have the main page with the slides as chosen website.