Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pi Hole | 41,746 | a day ago | 45 | other | Shell | |||||
A black hole for Internet advertisements | ||||||||||
Chilipie Kiosk | 1,237 | a year ago | 41 | mit | HTML | |||||
Easy-to-use Raspberry Pi image for booting directly into full-screen Chrome, with built-in convenience features for unattended operation. Perfect for dashboards and build monitors. | ||||||||||
Monitoring | 555 | a year ago | 1 | gpl-3.0 | Python | |||||
Monitor ESXi, Synology, Docker, PiHole and Raspberry Pi and Windows using Grafana, InfluxDB and Telegraf | ||||||||||
Balena Dash | 406 | 3 months ago | 46 | mit | Shell | |||||
Build a Raspberry Pi based desktop dashboard for stats, photos, videos and more! | ||||||||||
Waveshare Epaper Display | 358 | 20 days ago | 3 | Python | ||||||
At-a-glance dashboard for Raspberry Pi with a Waveshare ePaper 7.5 Inch HAT. Date/Time, Weather, Alerts, Google/Outlook Calendar | ||||||||||
Minera | 352 | a year ago | other | PHP | ||||||
Minera is a web interface to monitor and manage mining devices | ||||||||||
Teslalogger | 336 | a day ago | 130 | C# | ||||||
TeslaLogger is a self hosted data logger for your Tesla Model S/3/X/Y. Actually it supports RaspberryPi 3B, 3B+, 4B, Docker and Synology NAS. | ||||||||||
Pi Process Dashboard | 276 | 4 years ago | mit | Python | ||||||
How to remotely monitor your Raspberry Pi processes and IP addresses | ||||||||||
Platypush | 252 | 11 days ago | 89 | June 01, 2022 | 6 | mit | Python | |||
A versatile and extensible platform for home and life automation with hundreds of supported integrations | ||||||||||
Wunderground Sensehat | 238 | 4 years ago | 4 | mit | Python | |||||
Tutorial and code for using the Raspberry PI Sense HAT plus a weather API (Dark Sky) to create a personal weather dashboard. |
Easy-to-use Raspberry Pi image for booting directly into full-screen Chrome, with built-in convenience features for unattended operation. Perfect for dashboards and build monitors.
Customizable, full screen Boots directly into a simple WiFi & other system config
startup graphics getting started -guide is just one keypress away
apt-get
awaysudo dd bs=1m if=chilipie-kiosk-vX.Y.Z.img of=/dev/rdisk2
.Note: You can user ${SERIAL}
to get Pi's serial number into URL.
wpa_supplicant.conf
in your SD cards boot folderWiFi-SSID
and WiFi-PASSWORD
with your WiFi configuration.DE
.ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="WiFi-SSID"
psk="WiFi-PASSWORD"
key_mgmt=WPA-PSK
}
Works with all Raspberry Pi versions. Versions 3 and 4 are recommended, though, since the smaller ones can be a bit underpowered for rendering complex dashboards. The 3 and 4 also come with built-in WiFi, which is convenient (though both official and off-the-shelf USB WiFi dongles can work equally well).
Make sure you have a compatible 4+ GB SD card. In general, any Class 10 card will work, as they're fast enough and of high enough quality.
The Pi needs a 2.5 Amp power source. Most modern USB chargers you'll have laying around will work, but an older/cheaper one may not.
dd
wasn't be able to tell you. Double-check that you're using a blessed SD card, and try flashing the image again.chilipie*.img
file from the tar.gz
. You will need to use an extraction tool that supports both gzip and tar archive formats, such as 7zip. Extract the contents of the img.tar.gz
file, then extract the contents of the resulting img.tar
file again. You should be left with an .img
file, which you can then use with Etcher to flash your SD card.This project is a grateful recipient of Futurice Open Source sponsorship. Thank you.