mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 14:33:11 +08:00
Database migration to support more weather properties
This commit is contained in:
@@ -21,6 +21,9 @@ const getExternalWeather = async () => {
|
||||
cloud: cursor.cloud,
|
||||
conditionText: cursor.condition.text,
|
||||
conditionCode: cursor.condition.code,
|
||||
humidity: cursor.humidity,
|
||||
windK: cursor.wind_kph,
|
||||
windM: cursor.wind_mph,
|
||||
});
|
||||
return weatherData;
|
||||
} catch (err) {
|
||||
|
||||
@@ -25,5 +25,7 @@
|
||||
"daySchema": "Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday",
|
||||
"monthSchema": "January;February;March;April;May;June;July;August;September;October;November;December",
|
||||
"showTime": false,
|
||||
"defaultTheme": "tron"
|
||||
"defaultTheme": "tron",
|
||||
"isKilometer": true,
|
||||
"weatherData": "cloud"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user