DashboardLeaf

screenshot of DashboardLeaf
flask

Flask server for displaying multiple dashboards with custom tiles that refresh periodically.

Overview

DashboardLeaf is a Flask server designed to display multiple dashboards with custom tiles that refresh periodically. It offers a range of default tiles such as Current Weather, Hourly Forecast, Seven Days Forecast, Sensor Line Chart, Garbage Schedule, and more. Additionally, it supports various services including Weather Service, StorageLeaf Service, Ics Service, and Json Service. The server also provides options for customizing page settings and tile placements.

Features

  • Multiple Dashboards: Display multiple dashboards with custom tiles.
  • Default Tiles: Choose from a variety of default tiles including Current Weather, Hourly Forecast, Seven Days Forecast, Sensor Line Chart, Garbage Schedule, and more.
  • Custom Tiles: Create custom tiles such as the Board Game Tile, Clock Tile, and Simple Sensor Value Tile.
  • Weather Service: Retrieve weather data from the openweathermap.org API.
  • StorageLeaf Service: Fetch sensor data from a StorageLeaf server.
  • Ics Service: Parse events from an .ics calendar file.
  • Json Service: Parse information from a JSON file.
  • Page Settings: Customize page settings and tile placements using the pageSettings.json file.

Summary

DashboardLeaf is a Flask server that allows you to display multiple dashboards with custom tiles. It provides a range of default tiles such as Current Weather, Hourly Forecast, Seven Days Forecast, Sensor Line Chart, and Garbage Schedule. Additionally, it supports services like Weather Service, StorageLeaf Service, Ics Service, and Json Service. With the ability to customize page settings and tile placements, DashboardLeaf offers a flexible and versatile solution for creating interactive dashboards.

flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.