creewick / MontereyRainmeter

MacOS style widget pack for Windows
Other
337 stars 39 forks source link

Fix weather code regex error #91

Open amzon-ex opened 1 year ago

amzon-ex commented 1 year ago

Fix #89

The regex used on the JSON data fetched doesn't capture terminal key values which do not end with a comma (,). Fixed this to have weather codes displayed as desired before. This may break again due to API changes.

GatoCRM commented 1 year ago

Thanks a lot for the fix!

dvdgitman commented 1 year ago

Thanks!