44 lines
755 B
Markdown
Raw Permalink Normal View History

2021-05-20 13:18:46 +09:00
# Choose the weather
### Choose from the list the weather you want. If you want your own weather setting then please choose 'custom' from the list and then modify the settings to your liking
If you decided to make your own custom weather settings then please choose values between min and max for each weather config part.
```json
"cloud": {
"min": -1.5,
"max": 1.5
},
"wind_speed": {
"min": 0,
"max": 3
},
"wind_direction": {
"min": 0,
"max": 3
},
"wind_gustiness": {
"min": 0,
"max": 1
},
"rain": {
"min": 1,
"max": 4
},
"rain_intensity": {
"min": 0.1,
"max": 1
},
"fog": {
"min": 0.002,
"max": 0.15
},
"temp": {
"min": 0,
"max": 16
},
"pressure": {
"min": 760,
"max": 764
}
```