· 6 years ago · Jan 23, 2020, 12:22 PM
1[MeasureCurrent]
2Measure=Plugin
3Plugin=Plugins\WebParser.dll
4UpdateRate=1800
5Url=http://api.openweathermap.org/data/2.5/forecast?id=[Fill in API key from openweathermap]&mode=xml&cnt=1&units=metric
6RegExp=(?si).+<symbol number="\w+" name="([\w ]+)" var="(\w+)"></symbol>(?:(?!time).)+<temperature unit="celsius" value="([-+]?[0-9\.]*)" min="[-+]?[0-9\.]*" max="[-+]?[0-9\.]*"></temperature><feels_like value="([-+]?[0-9\.]*)"
7
8; Matches symbol for description, then icon, then not time tag (throwing away), then temperature, then the feel temperature
9; Variables: (Description) (IconName) (Temp) (FeelsTemp)
10; Make sure to match the icon names given here: https://openweathermap.org/weather-conditions