Recued
Menu
← Back to recipes

Check the weather somewhere

by recued-core v3 7 views

Use “Check the weather somewhere” in Recued. Current conditions and a seven-day outlook for a place you name — "London", "Kyoto", "90210" — in metric or imperial.

How it works 21 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (21 steps)
wanted trim
Trim whitespace from setting place
wanted_required template
Generate text from a template
fail: step.wanted is_empty
geocode ?
hits default
Apply default
hit_count count
Count items in hits
top default
Apply default
resolved default
Apply default
resolved_required template
Generate text from a template
fail: step.resolved is_empty
lat to_number
Convert top lat to a number
lon to_number
Convert top lon to a number
temp_unit switch
Map setting units to one of: metric, imperial
wind_unit switch
Map setting units to one of: metric, imperial
precip_unit switch
Map setting units to one of: metric, imperial
forecast ?
defaults defaults
Apply defaults
now_conditions switch
Map current weather code to one of: 0, 1, 2, 3, 45, 48, 51, 53, 55, 56, 57, 61, 63, 65, 66, 67, 71, 73, 75, 77, 80, 81, 82, 85, 86, 95, 96, 99
days default
Apply default
days_named map
Extract code from each item
card to_summary
Format results as a summary card
outlook to_table
Format results as a data table
ambiguity template
Generate text from a template
skip: step.hit_count less 2
Settings 4 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

place setting =
units setting = metric
nominatim setting =
open meteo setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

Read your Nominatim connectionRead your Open_meteo connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

open-meteonominatim weatherforecastopen-meteonominatimgeocodingread-onlypack:weather-desk

Details

21 steps 4 configurable settings recipe_id: check-weather-open-meteo