Closed GTK0326 closed 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.
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#