n8n-nodes-sratzke-weather
v0.1.3
Published
POC Weather Node for Denkrad Project
Readme
POC N8N Weather Node
This is a Proof-of-Concept custom node for n8n that fetches weather data from OpenWeatherMap using a custom credential.
Installation
This node is installed as a custom node package n8n-nodes-weather.
Deployment
Use the deployment script:
./deployment/scripts/deploy_poc_weather.shTroubleshooting
If the node is not visible in n8n:
- Restart n8n: Sometimes a full restart is required.
- Check Logs:
docker logs root-n8n-1to see if there are errors loading the package. - Use
Troubleshoot Script:./deployment/scripts/troubleshoot_n8n.sh - Verify Package Name: Ensure the package name in
package.jsonstarts withn8n-nodes-.
Usage
- Search for Weather Full (POC) in the n8n editor.
- Add the node to your workflow.
- Create a new credential "Weather Full API (POC)".
- API URL:
https://api.openweathermap.org/data/2.5/weather - API Key: Your OpenWeatherMap API Key.
- API URL:
- Enter a City (e.g.,
Berlin). - Execute the node.
