An open API service indexing awesome lists of open source software.

https://github.com/mutexer/mutexer-flask-live-dashboard

Sample repository demonstrating the live updating dashboard using flask and a Raspberry Pi
https://github.com/mutexer/mutexer-flask-live-dashboard

dashboard flask livedata mutexer python raspberry-pi raspberrypi

Last synced: 3 months ago
JSON representation

Sample repository demonstrating the live updating dashboard using flask and a Raspberry Pi

Awesome Lists containing this project

README

          

# mutexer-flask-live-dashboard
![Raspberry Pi](https://img.shields.io/badge/-Raspberry_Pi-C51A4A?style=for-the-badge&logo=Raspberry-Pi)
[![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=fff)](#)
![Flask](https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white)
![Static Badge](https://img.shields.io/badge/mutexer-%231A3353.svg?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyB3aWR0aD0iMTI1IiBoZWlnaHQ9IjEyNSIgdmlld0JveD0iMCAwIDEyNSAxMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80NDQ5XzI0NjApIj4KPHJlY3Qgd2lkdGg9IjEyNSIgaGVpZ2h0PSIxMjUiIHJ4PSIyMCIgZmlsbD0iI0VERURFRCIvPgo8cGF0aCBkPSJNNDkuNzU2MSAxOUgzNVYxMTAuMjJINDkuNzU2MVY4NS40MzI1QzYwLjUzMTEgODkuMTA4OSA3MS4xODAxIDgzLjA5MTYgNzYuMTM4MiA3OC40NzE1Vjg1LjE3ODlIOTBWMTlINzUuMjQzOVY2Ni4zOTg0QzY0Ljk1OTMgODEuNjAxNiA0OS43NTYxIDczLjEwNTcgNDkuNzU2MSA2My43MTU0VjE5WiIgZmlsbD0iIzFBMzM1MyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQ0NDlfMjQ2MCI+CjxyZWN0IHdpZHRoPSIxMjUiIGhlaWdodD0iMTI1IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPg==)

This project aims to make building and deploying your own live updating dashboard on a raspberry pi (or any computer) really easy.

The purpose of this project is to provide boilerplate code and handy infrastructure. This way you can build live updating functionality into your apps.

This is a sample project that uses a combination of python, flask and mutexer to build a modern interface.

Python and flask are used to create a responsive frontend that works on desktop and mobile. While mutexer is used as the IDE and VPN remote access tool so you can use your dashboard remotely.


how-to-video

## Features
- Logs device temperature, cpu load average and memory usage
- Live updating tiles and trend graphs
- (Optional) Add llama 3.2 chatbot from another project [mutexer-llama-ai-chatbot](https://github.com/mutexer/mutexer-llama-ai-chatbot)

## Interface
desktop-dashboard