Install Digital Signage on Raspberry Pi

 

Supported Raspberry Pi

  • Raspberry Pi 4
  • Raspberry Pi 4 Model B
  • Raspberry Pi 3 Model A+
  • Raspberry Pi 3 Model B+

Supported Features

Below are the supported features:

  • Media

    • Images
    • Videos
    • Templates
    • Canva
    • Follow us App
    • Twitter
    • RSS and News App
    • Text Tickers Apps
    • YouTube
    • Google Docs
    • Google Slides
    • Google Sheets
    • Weather Apps
  • Screen Rotate

  • Schedules

  • Groups

  • Media Lifetime

  • Screen Restart

  • Remote screenshot

  • Automatic Software Update

  • Channels

  • Power Management

Pre Installation steps

Download and install Raspberry Pi OS with desktop on your Raspberry Pi

Check the below link for more information on how to install Raspberry Pi OS on your device.

Setting up your Raspberry Pi

  • Make sure Chromium browser is installed:

  • Disable Screen Blanking:

    • Step 1: On the main Raspberry Pi menu, click on Raspberry Pi Configuration under Preferences

      Raspberry-Pi-Configuration

     

    • Step 2: Click to the “Display”.

      Raspberry-Pi-Display

     

    • Step 3: Disable the “Screen Blanking”

      Raspberry-Pi-Screen-Blanking

     

Installation steps

  • Step 1: Open Terminal as the below:

    Raspberry-Pi-Screen-Blanking

  • Step 2: Copy paste the below script into the terminal:

    For Raspberry Pi OS (64-bit):

    /bin/bash -c "$(curl -fsSL https://appds.io/rpi64.sh)"
    copy

    For Raspberry Pi OS (32-bit):

    /bin/bash -c "$(curl -fsSL https://appds.io/rpi32.sh)"
    copy

    This script will create a folder under your home directory called “digital-signage” and download the player binary, then set up a startup script to start the app on boot time.

  • Step 3: Restart your device by writting reboot in the terminal

    reboot
    copy

 

Fix Starting Digital Signage App on the latest Raspberry Pi OS

 

The latest operating system is configured with the Wayland desktop manager which is causing issues when starting the application in fullscreen mode. To solve the issue, switch from the Wayland desktop manager to X11.

Follow the below steps:

Open terminal and run the below command

  sudo raspi-config
copy

 

  • Navigate to: 6 Advanced Options

Raspberry-Pi-Software-configuration

 

  • Choose : A6 Wayland

 

Raspberry-Pi-Software-configuration

 

  • Choose : W1 X11

 

Raspberry-Pi-Software-configuration

  • Press Ok. You should see the message “Openbox on X11 is active” press Ok

  • Press finish, and you will be asked in you would like to reboot now; choose yes