Fork me on GitHub

Weather at a Glance w/ modelview.js

{!data.detailed ? 'Today' : format_date(current.applicable_date)} {current.weather_state_name}

{format_temp(current.the_temp, 'celsius', 0, 1)} ({format_temp(current.min_temp, 'celsius', 0, 1)} — {format_temp(current.max_temp, 'celsius', 0, 1)})

{format_num(current.wind_speed)+'mph'}  ({current.wind_direction_compass.toUpperCase()}) ))) : (

No data!) }