https://github.com/pforret/rpi_dashboard
Dashboard with rotating pages on Raspberry Pi
https://github.com/pforret/rpi_dashboard
bashew dashboard devops devops-tools raspberrypi
Last synced: 19 days ago
JSON representation
Dashboard with rotating pages on Raspberry Pi
- Host: GitHub
- URL: https://github.com/pforret/rpi_dashboard
- Owner: pforret
- License: mit
- Created: 2022-11-01T19:34:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T21:24:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-03T11:34:26.550Z (7 months ago)
- Topics: bashew, dashboard, devops, devops-tools, raspberrypi
- Language: Shell
- Homepage:
- Size: 437 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README






[](https://www.basher.it/package/)# rpi_dashboard
Dashboard with rotating pages on Raspberry Pi
## 🔥 Usage
```
Program: rpi_dashboard 0.0.1 by peter@forret.com
Updated: 2022-11-01
Description: Dahsboard with rotating pages on Raspberry Pi
Usage: normal.sh [-h] [-q] [-v] [-f] [-l ] [-t ]
Flags, options and parameters:
-h|--help : [flag] show usage [default: off]
-q|--quiet : [flag] no output [default: off]
-v|--verbose : [flag] output more [default: off]
-f|--force : [flag] do not ask for confirmation (always yes) [default: off]
-l|--log_dir > : [option] folder for log files [default: /Users/pforret/log/normal]
-t|--tmp_dir > : [option] folder for temp files [default: .tmp]
: [parameter] action to perform: analyze/convert
: [parameter] input file/text (optional)
```## ⚡️ Examples
```bash
> rpi_dashboard install
# install all required software
> rpi_dashboard run
# run browser with list of URLs in loop
```## 🚀 Installation
with [basher](https://github.com/basherpm/basher)
$ basher install pforret/rpi_dashboard
or with `git`
$ git clone https://github.com/pforret/rpi_dashboard.git
$ cd rpi_dashboard## 📝 Acknowledgements
* script created with [bashew](https://github.com/pforret/bashew)
© 2022 Peter Forret