Automates daily 9 AM weather checks for Berlin using OpenWeatherMap and sends temperature updates via Gotify push notifications.
This n8n workflow automates sending daily weather updates by triggering at 9 AM every day via a Cron node. It fetches current weather data for Berlin from OpenWeatherMap, extracting the temperature, and then pushes a formatted message to Gotify with the title 'Today's Weather Update' and details like 'Hey! The temperature outside is [temp]°C.'
The workflow consists of three nodes: Cron for scheduling, OpenWeatherMap for API integration (requires API credentials), and Gotify for notifications (r
Platform
n8n
Category
Travel & Hospitality
Price
$4.99
Creator
BestWorkflows
weather
openweathermap
gotify
cron
daily
notification
automation
lifestyle
push
scheduling
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.