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.txt
To install via venv you first need to install venv. On Ubuntu you can run
apt install python3.9-venv
to do so.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Activate the environment with
conda activate spaceinfo
if you use anaconda and
source venv/bin/activate
if you use venv. Then run
bash run.sh
This 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