Monorepo for my Raspberry Pi dashboard and GPS satellite listener

pi dashboard
Monorepo for my Raspberry Pi dashboard and GPS satellite listener.
It includes: a module system allows different features to be toggled on and off so you don’t need my exact hardware setup. It also allows multiple Pis to use the same server.
- :house: a Windows 98 themed dashboard.
- :satellite: view the list of visible GPS satellites from a GPS hardware device.
- :printer: receive printer messages to a POS58 compatible printer.
- :thermometer: live temperature/humidity collected from an AMxx compatible sensor.
Run
Server
Toggle server modules in server/config.py
.
-
Create a Heroku project.
-
Add a PostgreSQL database via the GUI.
-
Add a config var of
PW
via GUI. -
Deploy from this