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

Closed
opened 2023-03-13 06:21:07 -04:00 by GTK0326 · 1 comment
GTK0326 commented 2023-03-13 06:21:07 -04:00 (Migrated from github.com)

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#

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 2023-03-13 08:02:43 -04:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Xenon257R/blue-archive-rainmeter#1
No description provided.