Xenon257R / blue-archive-rainmeter

A Blue Archive themed Rainmeter suite for your Windows desktop.
MIT License
127 stars 4 forks source link

the variables set order is incorrect in weatherbanner.ini #1

Closed GTK0326 closed 1 year ago

GTK0326 commented 1 year ago

In weatherbanner.ini, the variable "ExecutePath" is declared before "Latitude" and "Longitude" is done. So, you go to the mistaken page like this:https://weather.com/weather/today/l/#Latitude#,#Longitude#.

I think you should declare this order in weatherbanner.ini Latitude= Longitude= ExecutePath=https://weather.com/weather/today/l/#Latitude#,#Longitude#

Xenon257R commented 1 year ago

Good catch - I fixed the order as you suggested and it will ship with the next release. I didn't realize this was an issue as it appeared to work when the values were non-zero (at least, it worked during testing). I'll keep this issue open until the patch releases for clarity to other users with the same issue.