From 134bbbb485feb55d96af20162c6730250c489193 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 14 Nov 2025 08:21:29 +0000 Subject: [PATCH] Edit Readme and fixed URL --- README.md | 2 +- feinstaub-daten.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0c5c16..4c5de6e 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Das Projekt enthält zwei n8n-Workflows für die Automatisierung: **Workflow-Schritte**: 1. **Schedule Trigger**: Läuft alle 15 Minuten automatisch -2. **HTTP Request**: Ruft Daten von `https://feinstaub.homeabc.de/data.json` ab +2. **HTTP Request**: Ruft Daten von `https://feinstaub.example.com/data.json` ab 3. **NocoDB Create**: Schreibt die Sensordaten in die NocoDB-Tabelle **Import in n8n**: diff --git a/feinstaub-daten.json b/feinstaub-daten.json index 4a94d85..42363f0 100644 --- a/feinstaub-daten.json +++ b/feinstaub-daten.json @@ -14,7 +14,7 @@ }, { "parameters": { - "url": "https://feinstaub.homeabc.de/data.json", + "url": "https://feinstaub.example.com/data.json", "options": {} }, "type": "n8n-nodes-base.httpRequest",