v.0.5.4 weather_checker, more details

This commit is contained in:
tiijay
2025-11-12 13:59:07 +01:00
parent 2737b043c1
commit bf1a3ac36c
4 changed files with 61 additions and 115 deletions

View File

@@ -1,57 +1,57 @@
{
"location": {
"name": "Grosshansdorf",
"region": "Schleswig-Holstein",
"country": "Germany",
"lat": 53.6667,
"lon": 10.2833,
"tz_id": "Europe/Berlin",
"localtime_epoch": 1761383733,
"localtime": "2025-10-25 11:15"
"name": "Columbus",
"region": "Ohio",
"country": "United States of America",
"lat": 39.9611,
"lon": -82.9989,
"tz_id": "America/New_York",
"localtime_epoch": 1762951576,
"localtime": "2025-11-12 07:46"
},
"current": {
"last_updated_epoch": 1761383700,
"last_updated": "2025-10-25 11:15",
"temp_c": 10.2,
"temp_f": 50.4,
"last_updated_epoch": 1762951500,
"last_updated": "2025-11-12 07:45",
"temp_c": 2.8,
"temp_f": 37.0,
"is_day": 1,
"condition": {
"text": "Overcast",
"icon": "//cdn.weatherapi.com/weather/64x64/day/122.png",
"code": 1009
"text": "Partly cloudy",
"icon": "//cdn.weatherapi.com/weather/64x64/day/116.png",
"code": 1003
},
"wind_mph": 17.7,
"wind_kph": 28.4,
"wind_degree": 208,
"wind_dir": "SSW",
"pressure_mb": 991.0,
"pressure_in": 29.26,
"precip_mm": 0.03,
"wind_mph": 11.6,
"wind_kph": 18.7,
"wind_degree": 235,
"wind_dir": "SW",
"pressure_mb": 1012.0,
"pressure_in": 29.88,
"precip_mm": 0.0,
"precip_in": 0.0,
"humidity": 82,
"cloud": 100,
"feelslike_c": 6.9,
"feelslike_f": 44.5,
"windchill_c": 5.4,
"windchill_f": 41.8,
"heatindex_c": 9.0,
"heatindex_f": 48.3,
"dewpoint_c": 6.3,
"dewpoint_f": 43.4,
"vis_km": 10.0,
"vis_miles": 6.0,
"uv": 0.1,
"gust_mph": 25.3,
"gust_kph": 40.7,
"humidity": 67,
"cloud": 75,
"feelslike_c": -1.5,
"feelslike_f": 29.2,
"windchill_c": -2.1,
"windchill_f": 28.2,
"heatindex_c": 0.4,
"heatindex_f": 32.6,
"dewpoint_c": -2.2,
"dewpoint_f": 28.0,
"vis_km": 16.0,
"vis_miles": 9.0,
"uv": 0.0,
"gust_mph": 18.3,
"gust_kph": 29.5,
"air_quality": {
"co": 155.678,
"no2": 9.678,
"o3": 45.0,
"so2": 2.078,
"pm2_5": 4.678,
"pm10": 6.178,
"co": 216.85,
"no2": 8.35,
"o3": 54.0,
"so2": 2.75,
"pm2_5": 9.45,
"pm10": 9.55,
"us-epa-index": 1,
"gb-defra-index": 1
}
}
}
}

View File

@@ -1,4 +1,4 @@
@city = "grosshansdorf"
@city = "columbus"
@lang = en
@forecast_days = 3
# could be 60(mins) or 24(day)