1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Documentation for 'view' option in PrettyWeather

This commit is contained in:
Chris Cummer
2018-06-07 09:14:53 -07:00
parent 25c2ae9335
commit ef489831a9
4 changed files with 13 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ None.
width: 1
refreshInterval: 300
unit: "c"
view: 0
```
### Attributes
@@ -62,3 +63,7 @@ Values: A positive integer, `0..n`.
_Optional_. It will use metric if you are out of US and imperial for US.<br />
The temperature scale in which to display temperature values. <br />
Values: `F` for Fahrenheit, `C` for Celcius.
`view` <br />
_Optional_ Wttr.in view configuration. <br />
Values: See `curl wttr.in/:help` for more details.