Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Update Weather.com API key (fixes #274)
Browse files Browse the repository at this point in the history
  • Loading branch information
raiguard committed Jan 12, 2022
1 parent c1b1ff5 commit c012401
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Skins/ModernGadgets/@Resources/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ MODERNGADGETS CHANGELOG
----------------------------------------------------------------------------------------------------
Official Releases

v1.8.2 - ??????????
Fixed:
- [Weather Meter] Updated Weather.com API key

v1.8.1 - 2021-9-25
Bugfixes:
- Fixed several broken readouts in GPU Meter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; ==================================================================================================

[Variables]
APIKey=d522aa97197fd864d36b418f39ebb323
APIKey=21d8a80b3d6b444998a80b3d6b1449d3

CommonSubstitute='"':"","^null$":"","\\u002F":"/","\\u005C":"\","\\u003C":"<","\\u003E":">"
URLSite=https://api.weather.com/v3/aggcommon/v3-wx-observations-current;v3-wx-forecast-daily-15day;v3alertsHeadlines;v3-location-point?format=json&geocode=#Latitude#,#Longitude#&units=#Units#&language=#Language#&apiKey=#APIKey#
Expand Down Expand Up @@ -878,4 +878,4 @@ Measure=WebParser
URL=[@ForecastTodayParent]
StringIndex=42
RegExpSubstitute=1
Substitute=#CommonSubstitute#
Substitute=#CommonSubstitute#

0 comments on commit c012401

Please sign in to comment.