-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide custom location #6
Comments
Hi @Geobert, glad you are enjoying it! 😃 I don't have experience with VPN (and proxy), but if you know how to implement it, please feel free to send a PR. (or add it into wish list) References about it are welcome too! |
what I meant is that the location resolver uses the IP address to guess the location. Using the VPN, the IP is the VPN's server one, not mine. Hence the wrong location So the idea was to provide the location manually (City + country) |
I'm trying hard to get it to work for my wife's hometown, but it doesn't succeed to display the correct weather. Here's an example:
That weather information after requesting with LAT/LONG is totally incorrect since it's 16C there at the moment. Thank you for listening. |
@Geobert What do you think about us providing something like @omac777 thanks a lot for reporting! What do you think about selecting the option by index? For example: $ wethr Changchun,Jilin,CN
Error: Returning 2 cities, please choose one:
1) City: Changchun
Country code: CN
Coordinates:
Latitude: 43.88
Longitude: 125.3228
2) City: Changchun
Country code: CN
Coordinates:
Latitude: 26.7286
Longitude: 120.0401 This away, we could: $ wethr 2 Where For a while, could you try other location providers? There are four ( |
To be honest, I totally missed that we can provide city and country already ^^' so my report is invalid. but @omac777 issue is valid though :) |
Hi,
Fun little CLI tool :D
Maybe you might consider an option (and/or config file) to specify the location manually, because I'm on VPN and it doesn't reflect the correct location for me ^^'
The text was updated successfully, but these errors were encountered: