This repo provides as interface for displaying multiple webpages in a slideshow.
First install anaconda according to the anaconda documentation. Then run
conda create --name spaceinfo python=3.5
conda activate spaceinfo
pip install -r requirements.txtTo install via venv you first need to install venv. On Ubuntu you can run
apt install python3.9-venvto do so.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtActivate the environment with
conda activate spaceinfoif you use anaconda and
source venv/bin/activateif you use venv. Then run
bash run.shThis runs on localhost. You have to configure your nginx or apache to redirect to port 8080 from the given url.
Add your slides to the spaceinfo-pages repository to show them in on the spaceinfo-terminals.
Disable Overscan via raspi-config - Advanced Options - Overscan
Siehe LICENCE
