-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4f14c3
commit 212f4cc
Showing
139 changed files
with
2,822 additions
and
2,840 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+85.4 KB
@Resources/Measures/Weather Daily Core.inc → ...Resources/Measures/Weather Daily Core.inc
Binary file not shown.
Binary file renamed
BIN
+71.5 KB
@Resources/Measures/Weather Tenday Core.inc → ...esources/Measures/Weather Tenday Core.inc
Binary file not shown.
154 changes: 77 additions & 77 deletions
154
@Resources/Measures/Weather Variables.inc → ...@Resources/Measures/Weather Variables.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,77 @@ | ||
; © 2023 by Saber Akiyama | ||
|
||
; =========================================================================== | ||
; DO NOT CHANGE THIS FILE UNLESS YOU ARE SURE YOU KNOW WHAT YOU ARE DOING !!! | ||
; =========================================================================== | ||
|
||
[Variables] | ||
|
||
Latitude=40.74841244 | ||
|
||
Longitude=-73.98568118 | ||
|
||
TypeUnits=e | ||
|
||
LangLoc=en-US | ||
|
||
; =========================================================================== | ||
; WEATHER CORE | ||
|
||
APIKey=21d8a80b3d6b444998a80b3d6b1449d3 | ||
|
||
URLWeatherCore=https://api.weather.com/v3/aggcommon/v3-wx-observations-current;v3-wx-forecast-daily-15day;v3alertsHeadlines;v3-location-point;v3-wx-forecast-hourly-12hour?format=json&geocode=#Latitude#,#Longitude#&units=#TypeUnits#&language=#LangLoc#&apiKey=#APIKey# | ||
|
||
URLAirQualityCore=https://api.weather.com/v3/wx/globalAirQuality?geocode=#Latitude#,#Longitude#&language=#LangLoc#&scale=EPA&format=json&apiKey=#APIKey# | ||
|
||
; =========================================================================== | ||
; WEATHER DAILY CORE REGEXP | ||
|
||
LocationPoint=(?siU)"v3-location-point":.*{.*"country":"(.*)",.*"displayName":"(.*)",.*} | ||
|
||
CurrentObservations=(?siU)"v3-wx-observations-current":.*{.*"iconCode":(.*),.*"pressureAltimeter":(.*),.*"relativeHumidity":(.*),.*"sunriseTimeLocal":"(.*)",.*"sunsetTimeLocal":"(.*)",.*"temperature":(.*),.*"temperatureDewPoint":(.*),"temperatureFeelsLike":(.*),.*"uvIndex":(.*),"validTimeLocal":"(.*)",.*"visibility":(.*),.*"windDirectionCardinal":"(.*)",.*"windSpeed":(.*),"wxPhraseLong":"(.*)",.*}.*"v3-wx-forecast-daily-15day":.*{.*"moonPhase":."(.*)",.*"temperatureMax":\D(.*),.*"temperatureMin":\D(.*),.*}.*"v3-location-point":.*{.*"country":"(.*)",.*"displayName":"(.*)",.*} | ||
|
||
OneHourForecast=(?siU)"v3-wx-forecast-hourly-12hour":.*{.*"iconCode":\D(.*),.*"precipChance":\D(.*),.*"relativeHumidity":\D(.*),.*"temperature":\D(.*),.*"temperatureFeelsLike":\D(.*),.*"uvIndex":\D(.*),.*"validTimeLocal":."(.*)",.*"windDirectionCardinal":."(.*)",.*"windSpeed":\D(.*),.*"wxPhraseLong":."(.*)",.*} | ||
|
||
SixHourForecast=(?siU)"v3-wx-forecast-hourly-12hour":.*{.*"iconCode":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"precipChance":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"temperature":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"validTimeLocal":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*"windDirectionCardinal":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*"windSpeed":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"wxPhraseLong":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
AirQuality=(?siU)"globalairquality":.*{.*"airQualityIndex":(.*),"airQualityCategory":"(.*)",.*"primaryPollutant":"(.*)",.*} | ||
|
||
Pollutants=(?siU)"globalairquality":.*"pollutants":.*(?(?=.*"CO").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"NO2").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"O3").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"PM10").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"PM2.5").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"SO2").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*}) | ||
|
||
AirQualityDetails=(?siU)"globalairquality":.*{.*"messages":.*"General":{.*"text":"(.*)"},.*} | ||
|
||
SeverityAlert=(?siU)"v3alertsHeadlines":(?(?=.*{.*,"alerts":).*{.*,"alerts":.*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*) | ||
|
||
; =========================================================================== | ||
; WEATHER TENDAY CORE REGEXP | ||
|
||
OneDayForecast=(?siU)"v3-wx-forecast-daily-15day":.*{.*"moonriseTimeLocal":.*"(.*)","(.*)",.*"moonsetTimeLocal":.*"(.*)","(.*)",.*"sunriseTimeLocal":.*"(.*)","(.*)",.*"sunsetTimeLocal":.*"(.*)","(.*)",.*"daypartName":(.*),"(.*)","(.*)",.*"iconCode":(.*),(.*),(.*),.*"precipChance":(.*),(.*),(.*),.*"relativeHumidity":(.*),(.*),(.*),.*"temperature":(.*),(.*),(.*),.*"uvIndex":(.*),(.*),(.*),.*"windDirectionCardinal":(.*),"(.*)","(.*)",.*"windSpeed":(.*),(.*),(.*),.*"wxPhraseLong":(.*),"(.*)","(.*)",.*} | ||
|
||
SevenDayDOW=(?siU)"v3-wx-forecast-daily-15day":.*{.*"dayOfWeek":.*"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
SevenDayTempMax=(?siU)"v3-wx-forecast-daily-15day":.*{.*"temperatureMax":(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayTempMin=(?siU)"v3-wx-forecast-daily-15day":.*{.*"temperatureMin":(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayIcon=(?siU)"v3-wx-forecast-daily-15day":.*{.*"iconCode":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayPrecip=(?siU)"v3-wx-forecast-daily-15day":.*{.*"precipChance":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayWDC=(?siU)"v3-wx-forecast-daily-15day":.*{.*"windDirectionCardinal":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
SevenDayWindSpeed=(?siU)"v3-wx-forecast-daily-15day":.*{.*"windSpeed":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayCondition=(?siU)"v3-wx-forecast-daily-15day":.*{.*"wxPhraseLong":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
SevenDayDetails=(?siU)"v3-wx-forecast-daily-15day":.*{.*"narrative":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
; =========================================================================== | ||
; WEATHER UNITS | ||
|
||
URLWeatherUnitsCore=https://weather.com/#LangLoc#/weather/hourbyhour/l/96f2f84af9a5f5d452eb0574d4e4d8a840c71b05e22264ebdc0056433a642c84 | ||
|
||
URLAQUnitsCore=https://weather.com/#LangLoc#/weather/today/l/96f2f84af9a5f5d452eb0574d4e4d8a840c71b05e22264ebdc0056433a642c84 | ||
|
||
WeatherUnits=(?siU)\\"wxu-general\\":{.*\\"in\\":\\"(.*)\\",.*\\"km\\":\\"(.*)\\",\\"km/h\\":\\"(.*)\\",.*\\"mb\\":\\"(.*)\\",\\"mi\\":\\"(.*)\\",.*\\"mph\\":\\"(.*)\\",.*\\"uvIndexExtreme\\":\\"(.*)\\",\\"uvIndexVal\\":\\"(.*)\\"}.*\\"wxu-weather-data\\":{.*\\"feelsLike\\":\\"(.*)\\",\\"humidity\\":\\"(.*)\\",\\"moonrise\\":\\"(.*)\\",\\"moonset\\":\\"(.*)\\",.*\\"sunrise\\":\\"(.*)\\",\\"sunset\\":\\"(.*)\\",\\"uvIndex\\":\\"(.*)\\",.*\\"wind\\":\\"(.*)\\"} | ||
|
||
AirQualityUnits=(?siU)\\"wxu-air-quality\\":{\\"airQuality\\":\\"(.*)\\",.*\\"allPollutants\\":\\"(.*)\\",.*\\"primaryPollutant\\":\\"(.*)\\",.*} | ||
; © 2023 by Saber Akiyama | ||
|
||
; =========================================================================== | ||
; DO NOT CHANGE THIS FILE UNLESS YOU ARE SURE YOU KNOW WHAT YOU ARE DOING !!! | ||
; =========================================================================== | ||
|
||
[Variables] | ||
|
||
Latitude=40.74844637 | ||
|
||
Longitude=-73.985663658 | ||
|
||
TypeUnits=e | ||
|
||
LangLoc=en-US | ||
|
||
; =========================================================================== | ||
; WEATHER CORE | ||
|
||
APIKey=21d8a80b3d6b444998a80b3d6b1449d3 | ||
|
||
URLWeatherCore=https://api.weather.com/v3/aggcommon/v3-wx-observations-current;v3-wx-forecast-daily-15day;v3alertsHeadlines;v3-location-point;v3-wx-forecast-hourly-12hour?format=json&geocode=#Latitude#,#Longitude#&units=#TypeUnits#&language=#LangLoc#&apiKey=#APIKey# | ||
|
||
URLAirQualityCore=https://api.weather.com/v3/wx/globalAirQuality?geocode=#Latitude#,#Longitude#&language=#LangLoc#&scale=EPA&format=json&apiKey=#APIKey# | ||
|
||
; =========================================================================== | ||
; WEATHER DAILY CORE REGEXP | ||
|
||
LocationPoint=(?siU)"v3-location-point":.*{.*"country":"(.*)",.*"displayName":"(.*)",.*} | ||
|
||
CurrentObservations=(?siU)"v3-wx-observations-current":.*{.*"iconCode":(.*),.*"pressureAltimeter":(.*),.*"relativeHumidity":(.*),.*"sunriseTimeLocal":"(.*)",.*"sunsetTimeLocal":"(.*)",.*"temperature":(.*),.*"temperatureDewPoint":(.*),"temperatureFeelsLike":(.*),.*"uvIndex":(.*),"validTimeLocal":"(.*)",.*"visibility":(.*),.*"windDirectionCardinal":"(.*)",.*"windSpeed":(.*),"wxPhraseLong":"(.*)",.*}.*"v3-wx-forecast-daily-15day":.*{.*"moonPhase":."(.*)",.*"temperatureMax":\D(.*),.*"temperatureMin":\D(.*),.*}.*"v3-location-point":.*{.*"country":"(.*)",.*"displayName":"(.*)",.*} | ||
|
||
OneHourForecast=(?siU)"v3-wx-forecast-hourly-12hour":.*{.*"iconCode":\D(.*),.*"precipChance":\D(.*),.*"relativeHumidity":\D(.*),.*"temperature":\D(.*),.*"temperatureFeelsLike":\D(.*),.*"uvIndex":\D(.*),.*"validTimeLocal":."(.*)",.*"windDirectionCardinal":."(.*)",.*"windSpeed":\D(.*),.*"wxPhraseLong":."(.*)",.*} | ||
|
||
SixHourForecast=(?siU)"v3-wx-forecast-hourly-12hour":.*{.*"iconCode":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"precipChance":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"temperature":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"validTimeLocal":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*"windDirectionCardinal":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*"windSpeed":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"wxPhraseLong":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
AirQuality=(?siU)"globalairquality":.*{.*"airQualityIndex":(.*),"airQualityCategory":"(.*)",.*"primaryPollutant":"(.*)",.*} | ||
|
||
Pollutants=(?siU)"globalairquality":.*"pollutants":.*(?(?=.*"CO").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"NO2").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"O3").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"PM10").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"PM2.5").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"SO2").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*}) | ||
|
||
AirQualityDetails=(?siU)"globalairquality":.*{.*"messages":.*"General":{.*"text":"(.*)"},.*} | ||
|
||
SeverityAlert=(?siU)"v3alertsHeadlines":(?(?=.*{.*,"alerts":).*{.*,"alerts":.*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*) | ||
|
||
; =========================================================================== | ||
; WEATHER TENDAY CORE REGEXP | ||
|
||
OneDayForecast=(?siU)"v3-wx-forecast-daily-15day":.*{.*"moonriseTimeLocal":.*"(.*)","(.*)",.*"moonsetTimeLocal":.*"(.*)","(.*)",.*"sunriseTimeLocal":.*"(.*)","(.*)",.*"sunsetTimeLocal":.*"(.*)","(.*)",.*"daypartName":(.*),"(.*)","(.*)",.*"iconCode":(.*),(.*),(.*),.*"precipChance":(.*),(.*),(.*),.*"relativeHumidity":(.*),(.*),(.*),.*"temperature":(.*),(.*),(.*),.*"uvIndex":(.*),(.*),(.*),.*"windDirectionCardinal":(.*),"(.*)","(.*)",.*"windSpeed":(.*),(.*),(.*),.*"wxPhraseLong":(.*),"(.*)","(.*)",.*} | ||
|
||
SevenDayDOW=(?siU)"v3-wx-forecast-daily-15day":.*{.*"dayOfWeek":.*"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
SevenDayTempMax=(?siU)"v3-wx-forecast-daily-15day":.*{.*"temperatureMax":(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayTempMin=(?siU)"v3-wx-forecast-daily-15day":.*{.*"temperatureMin":(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayIcon=(?siU)"v3-wx-forecast-daily-15day":.*{.*"iconCode":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayPrecip=(?siU)"v3-wx-forecast-daily-15day":.*{.*"precipChance":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayWDC=(?siU)"v3-wx-forecast-daily-15day":.*{.*"windDirectionCardinal":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
SevenDayWindSpeed=(?siU)"v3-wx-forecast-daily-15day":.*{.*"windSpeed":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*} | ||
|
||
SevenDayCondition=(?siU)"v3-wx-forecast-daily-15day":.*{.*"wxPhraseLong":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
SevenDayDetails=(?siU)"v3-wx-forecast-daily-15day":.*{.*"narrative":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*} | ||
|
||
; =========================================================================== | ||
; WEATHER UNITS | ||
|
||
URLWeatherUnitsCore=https://weather.com/#LangLoc#/weather/hourbyhour/l/96f2f84af9a5f5d452eb0574d4e4d8a840c71b05e22264ebdc0056433a642c84 | ||
|
||
URLAQUnitsCore=https://weather.com/#LangLoc#/weather/today/l/96f2f84af9a5f5d452eb0574d4e4d8a840c71b05e22264ebdc0056433a642c84 | ||
|
||
WeatherUnits=(?siU)\\"wxu-general\\":{.*\\"in\\":\\"(.*)\\",.*\\"km\\":\\"(.*)\\",\\"km/h\\":\\"(.*)\\",.*\\"mb\\":\\"(.*)\\",\\"mi\\":\\"(.*)\\",.*\\"mph\\":\\"(.*)\\",.*\\"uvIndexExtreme\\":\\"(.*)\\",\\"uvIndexVal\\":\\"(.*)\\"}.*\\"wxu-weather-data\\":{.*\\"feelsLike\\":\\"(.*)\\",\\"humidity\\":\\"(.*)\\",\\"moonrise\\":\\"(.*)\\",\\"moonset\\":\\"(.*)\\",.*\\"sunrise\\":\\"(.*)\\",\\"sunset\\":\\"(.*)\\",\\"uvIndex\\":\\"(.*)\\",.*\\"wind\\":\\"(.*)\\"} | ||
|
||
AirQualityUnits=(?siU)\\"wxu-air-quality\\":{\\"airQuality\\":\\"(.*)\\",.*\\"allPollutants\\":\\"(.*)\\",.*\\"primaryPollutant\\":\\"(.*)\\",.*} |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.