X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/8ce2cb1030ae11ed00a1cd5af712aaf56dfc1736..51a72ab637332e14f3291fbea0673c79bad72ba4:/Infodisplay.mw diff --git a/Infodisplay.mw b/Infodisplay.mw index 94b2c9e29..7b93d7364 100644 --- a/Infodisplay.mw +++ b/Infodisplay.mw @@ -23,19 +23,23 @@ Auf dem Infodisplay stehen relevante Informationen zur Verfügung: * Visualisiert Stromverbrauch und Netzwerkdinge im Spacenetz * IRC-Channel -Das ganze ist derzeit auf Full-HD optimiert. Da die Software auf einer [http://infodisplay.local:8000 Webseite] basiert (im Fullscreen angezeigt, aus dem Space-Netz erreichbar), ist sie theoretisch auf auf mehreren Displays deploybar. +Das ganze ist derzeit auf Full-HD optimiert. Da die Software auf einer [http://infodisplay.local:8000 Webseite] basiert (im Fullscreen angezeigt, aus dem Space-Netz erreichbar), ist sie theoretisch auf mehreren Displays deploybar. == Setup == Raspbian auf Raspberry Pi installieren. Dann: Pakete installieren: - sudo apt install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils cec-utils python3-rpi.gpio nodejs-legacy npm xinit + curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - + # oder was mittlerweile nach https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions aktuell ist + + sudo apt -y install git firefox-esr xserver-xorg-legacy xserver-xorg x11-xserver-utils cec-utils python3-rpi.gpio npm xinit libicu-dev nodejs # oder auch 'firefox', je nach Verfügbarkeit s0infodisplay macht lokal einen HTTP-Server und baut die HTML-Seite: git clone https://gitli.stratum0.org/kasalehlia/s0infodisplay/ cd s0infodisplay/ npm install + NODE_ENV=production npm run build infopoint-html startet einen Firefox im Vollbild: cd @@ -53,3 +57,8 @@ systemd-Services installieren: sudo systemctl enable s0infodisplay.service sudo systemctl enable infopoint-html.service sudo systemctl enable pirscreencontrol.service + +=== Troubleshooting === +* Wenn das Display mit einem schwarzen Rahmen angezeigt wird + sudo raspi-config + -> 7 Advanced Options -> A2 Overscan ->