Edit Readme and fixed URL

This commit is contained in:
2025-11-14 08:21:29 +00:00
parent be1da0d7d5
commit 134bbbb485
2 changed files with 2 additions and 2 deletions

View File

@@ -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**:

View File

@@ -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",