Mistake 2: Mapping the Wrong Field
The API returns { "temp_f": 72 }. You try to map {{ 1.temperature }}.
Result: The field doesn't exist. The value is empty or an error.
Fix: Click the blue pills (in Make) or use autocomplete (in n8n) to see exactly what fields are available. Don't guess the field name.