Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weejewel/pi-stats
Raspberry Pi Statistics Web UI Dashboard
https://github.com/weejewel/pi-stats
Last synced: about 1 month ago
JSON representation
Raspberry Pi Statistics Web UI Dashboard
- Host: GitHub
- URL: https://github.com/weejewel/pi-stats
- Owner: WeeJeWel
- Created: 2024-08-07T19:31:52.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T21:20:19.000Z (3 months ago)
- Last Synced: 2024-12-06T14:23:58.874Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 5.55 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Statistics Web UI Dashboard
This is a Node.js backend + Web frontend to show live statistics of your Raspberry Pi on a display. Specifically the [HyperPixel 4.0 Square (720 x 720)](https://shop.pimoroni.com/products/hyperpixel-4-square).
Because this is only for my personal use, it's not created dynamic at all, and you might need to edit source code to change hard drives etc. I use this on a Raspberry Pi 5 with two NVME drives with Gigabit Ethernet, so that's what it's made for.
## Example
This is a screenrecording while performing a speedtest.
![](./assets/screencast.gif)
## Usage
0. Ensure Docker is installed.
1. Download this repository.
2. Run `$ start:docker:detach`.
3. Run `$ sudo apt install chromium-browser -y` to install the Chromium Webbrowser.
4. Run `$ sudo xinit /usr/bin/chromium-browser --no-sandbox --kiosk "http://localhost:3000"` to open a web browser. Hint: you can also add this to `/etc/rc.local` to start automatically on boot.
5. Maybe you need to run `DISPLAY=:0 xrandr --output "DPI-1" --rotate inverted` to rotate the display 180°.## Contributing
Because this is only for my personal use, I'm not really open to contributions, but feel free to fork this repo and customize it.