mirror of
https://github.com/myronblair/jarvis
synced 2026-07-28 08:43:00 -05:00
Update weather section location to Weatherford, TX 76088 (from Fort Worth)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -213,7 +213,7 @@ if ($weatherAge > 1800) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
$weatherRaw = curlGet(
|
$weatherRaw = curlGet(
|
||||||
'https://wttr.in/FortWorth,TX?format=j1',
|
'https://wttr.in/76088?format=j1',
|
||||||
['User-Agent: curl/7.88 Jarvis/1.0'],
|
['User-Agent: curl/7.88 Jarvis/1.0'],
|
||||||
15
|
15
|
||||||
);
|
);
|
||||||
@@ -245,7 +245,7 @@ if ($weatherAge > 1800) {
|
|||||||
|
|
||||||
cacheStore('weather', [
|
cacheStore('weather', [
|
||||||
'source' => 'wttr.in',
|
'source' => 'wttr.in',
|
||||||
'location' => 'Fort Worth, TX',
|
'location' => 'Weatherford, TX',
|
||||||
'current' => [
|
'current' => [
|
||||||
'temp' => (int)($cu['temp_F'] ?? 0),
|
'temp' => (int)($cu['temp_F'] ?? 0),
|
||||||
'feels' => (int)($cu['FeelsLikeF'] ?? 0),
|
'feels' => (int)($cu['FeelsLikeF'] ?? 0),
|
||||||
|
|||||||
Reference in New Issue
Block a user