diff --git a/src/config.json b/src/config.json index 5f0c20e..62e1450 100644 --- a/src/config.json +++ b/src/config.json @@ -1,15 +1,13 @@ { - "weatherTypes": ["sunny", "cloudy", "stormy", "custom"], + "weatherTypes": [ + "sunny", + "cloudy", + "stormy", + "custom" + ], + "loop": true, "weather": "sunny", - "customSettings": { - "cloud": 0, - "wind_speed": 0, - "wind_direction": 0, - "wind_gustiness": 0.010, - "rain": 1, - "rain_intensity": 0.1, - "fog": 0.001, - "temp": 0, - "pressure": 760 + "overrides": { + "fog": 0.02 } } \ No newline at end of file