Author: Sylphrena Kleinsasser
Developed for North Mountain Supply, LLC
This program uses Flask to host a web server that controls Vorne M1000 displays over serial. Includes friendly configuration menus, user management, and a module to connect to the Shipstation API to display order data. Uses a SQLite database to store userdata, logs, and settings. Allows users to set power timeout to conserve power at night. Setup documentation is included in setup.md.
Dependancies (that aren't included):
Install by running the command pip3 install flask schedule pyserial
in your terminal.
Login Page
Display Control Page
User Settings Page
Configuration Page
Debugging Page
User Management Page