Pronóstico en {{now.weatherLocation}}

Hoy, {{now.weekday}}


{{now.conditions}}
T : {{safeStringRender now.currentTemp}}   ST : {{safeStringRender now.heatIndex}}
Min: {{safeStringRender now.minTemp}}   |   Max: {{safeStringRender now.maxTemp}}
Salida y puesta del sol
Amanecer  {{now.sunrise}}
Anochecer  {{now.sunset}}
Actualizado a las: {{now.lastUpdate}}
Humedad: Min: {{now.minhumidity}} Max: {{now.maxhumidity}}
Viento: {{now.wind}}
Presión Atmosf.: {{now.pressure}}
Visibilidad: {{now.visibility}}
Precipitaciones cumuladas: {{now.qpfAllDay}}
Nieve acumulada: {{now.snowAllDay}}
Probabilidad de lluvia: {{now.pop}}
{{#iterate weather 0}} {{#ifIsEven i}}
{{/ifIsEven}}

{{this.weekday}}


{{this.conditions}}
Min: {{safeStringRender this.tempMin}}   |   Max: {{safeStringRender this.tempMax}}
Prob. de precipitaciones: {{this.pop}}
Humedad: {{this.avehumidity}}
Precipitaciones Acumuladas: {{this.qpfAllDay}}
{{#ifIsOdd i}}
{{/ifIsOdd}} {{/iterate}}