Automated commuter weather updates delivered four times daily via Telegram. Combines real-time weather data, heat index calculations, and beautiful infographic delivery — all orchestrated with n8n.
Every component of the workflow is designed for reliability, clarity, and zero manual intervention
Runs at 8AM, 12PM, 4PM, and 8PM daily — aligned with commute windows so you always get a heads-up before heading out.
Fetches real-time data from OpenWeather API including temperature, humidity, conditions, wind speed, and sunrise/sunset times.
Calculates feels-like temperature by combining actual temperature and humidity — critical for tropical and high-humidity climates.
Creates a visually rich weather summary using HTML and CSS, styled with weather icons, color-coded temperature bands, and city info.
Converts the infographic to a high-quality image using HTML-to-Image and sends it directly to your Telegram chat via bot API.
Lightweight, serverless, and fully orchestrated inside n8n
Four automated steps from trigger to your Telegram notification
n8n Schedule Trigger fires at 8AM, 12PM, 4PM, and 8PM — covering morning, midday, afternoon, and evening commute windows.
HTTP Request node calls the OpenWeather API with your city and API key, returning current temperature, humidity, wind, and conditions.
Code node applies the Rothfusz regression formula to compute feels-like temperature from actual temp and humidity data.
HTML template is rendered with live data, converted to an image via HTML-to-Image, and sent to your Telegram chat using the Bot API.
Explore the n8n workflow JSON or adapt it for your own city and commute schedule