
Download CONFIG.XML und SETTINGS.INI (latter one is just provided as an example)
https://web.archive.org/web/20230509140 ... x-2023.rar
1) Change PC time to one year+ from today
2) Open CONFIG.XML, add a space character at the beginning of the file, save, remove the space character, save again (its important to have this file with a "last changed" date in the future, at minimum same-day, otherwise the Sidebar will attempt to download a new "daily" config which fails)
3) Copy CONFIG.XML to %userprofile%\AppData\Local\Microsoft\Windows Live\Services\Cache
4) Change PC time back to today
5) Open %userprofile%\AppData\Local\Microsoft\Windows Sidebar\settings.ini
5.1) Search for:
Code: Select all
WeatherLocation="CITY,COUNTRY"
WeatherLocationCode="wc:AUXX0025"
5.3) LocationCode can be found on sites such as https://weather.codes, Berlin's code is "GMXX0007"
5.3.1) After altering the values, it should look like this:
Code: Select all
WeatherLocation="Berlin,Deutschland"
WeatherLocationCode="wc:GMXX0007"
7) Start the Sidebar, the Gadget should now receive current weather data from Forcea

Haven't found one yet. Weather data is similarly configured in %userprofile%\AppData\Local\Microsoft\NowScreen\2.0.0.0\user.config file
Code: Select all
<Microsoft.Now.Tiles.WeatherTileSettings.0d551fa4-5a98-4bfa-b0ee-b2be1581e4fa>
<setting name="WeatherMeter">
<value _locID="WeatherTile_Meter_FOrC">C</value>
</setting>
<setting name="Location">
<value _locID="WeatherTile_Location">Wien</value>
</setting>
<setting name="WeatherId">
<value _locID="WeatherTile_LocationId">wc:AUXX0025</value>
</setting>
</Microsoft.Now.Tiles.WeatherTileSettings.0d551fa4-5a98-4bfa-b0ee-b2be1581e4fa>
Any ideas, guys?