Additional editing added for weather briefing
This commit is contained in:
@ -106,7 +106,8 @@
|
|||||||
{{ weatherInfo(type,method,time) |
|
{{ weatherInfo(type,method,time) |
|
||||||
replace('clear-night','clear') |
|
replace('clear-night','clear') |
|
||||||
replace('partlycloudy','partly cloudy') |
|
replace('partlycloudy','partly cloudy') |
|
||||||
replace('snowy-rainy','a mix of rain and snow') }}
|
replace('snowy-rainy','a mix of rain and snow') |
|
||||||
|
replace('lightning-rainy','stormy') }}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
{{ cleanup(data()) }}
|
{{ cleanup(data()) }}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
Reference in New Issue
Block a user