Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aritrosaha10/cardashboard
https://github.com/aritrosaha10/cardashboard
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aritrosaha10/cardashboard
- Owner: AritroSaha10
- Created: 2021-04-04T21:01:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T22:40:30.000Z (5 months ago)
- Last Synced: 2024-08-01T02:24:23.114Z (5 months ago)
- Language: Python
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Dashboard
Meant for Raspberry Pis## Setup
1. Install all requirements
2. Run `sudo ln -s /car_dashboard.service /etc/systemd/system/car_dashboard.service`
3. Turn on the service: `sudo systemctl start car_dashboard.service`
4. Check if it works using `sudo systemctl status car_dashboard.service`
5. If it does, enable it to run on boot: `sudo systemctl enable car_dashboard.service`