the variables set order is incorrect in weatherbanner.ini #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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#
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.