I have a skin on my desktop which shows my current location and the weather in the next few days for that location.
The only problem is I can't get my location or location code from a web page, I've tried but with no success
The weather part works fine but I don't want to have to manually change the location code every time I go somewhere.
The code below is from a .ini
file, I'm not sure what language it is.
How can I get my location from any of these URL?
[LocationParent]
Measure=Plugin
Group=Weather
Plugin=WebParser
URL=https://mycurrentlocation.net/index.php
#https://mycurrentlocation.net/index.php
#https://mycurrentlocation.net/js/mycurrentlocation.js
#https://maps.googleapis.com/maps/api/js/GeocodeService
#https://maps.googleapis.com/maps-api-v3/api/js/25/9/intl/en_gb/geocoder.js
RegExp="formatted_address" : ".*, (.*),
#"formatted_address" : ".*, (.*),
#"short_name" : "(.*)"types" : .*
#[\r\n | \n]
#^(.s)$
ForceReload=1
FinishAction=[!EnableMeasureGroup Weather][!UpdateMeter *][!Redraw]
[LocationChild]
Measure=Plugin
Group=Weather
Plugin=WebParser
URL=[LocationParent]
StringIndex=1
This is the original skin which I modified: http://www.deviantart.com/art/Sunny-Rainmeter-Suite-v2-0-613381825