initial mp90 panel renderer

Add the MP90 front panel clock/weather renderer, systemd service, ignore rules, and deployment documentation.
This commit is contained in:
2026-06-30 12:41:41 +02:00
commit 2c53b4fd2d
4 changed files with 393 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=MP90 front panel clock and weather
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=root
Environment=PYTHONPATH=/home/acidburns/.local/lib/python3.14/site-packages:/home/linuxbrew/.linuxbrew/lib/python3.14/site-packages
ExecStart=/home/linuxbrew/.linuxbrew/bin/python3 /home/acidburns/.openclaw/workspace/mp90-panel/mp90_panel.py
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target