Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| computer:ubuntu:garmin_fenix_und_linux [2023/02/09 14:52] – [Ubuntu Softwareprojekte] springm | computer:ubuntu:garmin_fenix_und_linux [2025/03/09 19:02] (current) – [Aktuelle Darstellung] spring | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | |||
| + | ==== Aktuelle Darstellung ==== | ||
| + | |||
| + | # Aktuelle Daten von der Garmin-Website holen | ||
| + | ~/ | ||
| + | | ||
| + | # In CSV umwandeln | ||
| + | (cd ~/ | ||
| + | | ||
| + | # Darstellen mit Plotly | ||
| + | # ( cd ~/ | ||
| + | | ||
| + | # flask-Anwendung für docker testen | ||
| + | ( cd ~/ | ||
| + | | ||
| + | Plan: Flask-Server in docker, der die Werte dynamisch liest und darstellt. | ||
| + | hierzu: | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | ==== garmindb-mtb-dashboard auf hermes ==== | ||
| + | docker compose build | ||
| ===== Ubuntu Softwareprojekte ===== | ===== Ubuntu Softwareprojekte ===== | ||
| Line 25: | Line 49: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | |||
| + | ===== Grafana, Kibana et.al. ===== | ||
| + | Die Grafana-Visualisierung funktioniert, | ||
| + | * https:// | ||
| + | * [[kibana-garmin]] | ||
| + | |||