0

我的桌面上有一个皮肤,它显示了我当前的位置以及该位置接下来几天的天气。

在此处输入图像描述

唯一的问题是我无法从网页获取我的位置或位置代码,我尝试过但没有成功

天气部分工作正常,但我不想每次去某个地方时都必须手动更改位置代码。

下面的代码来自一个.ini文件,我不确定它是什么语言。

如何从这些 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

这是我修改的原始皮肤:http: //www.deviantart.com/art/Sunny-Rainmeter-Suite-v2-0-613381825

4

0 回答 0