-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Weather shows incorrectly, with or without formatting now... #613
Comments
I think I've run into a similar issue, perhaps identical. Using flags like Perhaps unrelated, I've noticed that v2 is also old; |
Using a VPN I set my location to Melbourne, Australia; the time there currently as I type this is 12:35am (past midnight). This is what wttr.in has to say about the weather... Very, very, weird... I know nothing about how this code works or anything like that, so how this is happening is beyond me, let alone why... Is this project dead or is it still being managed every now and again? I am now curious. |
Sorry for the late reply. Don't know if it still relevant for you or not, but still. Your command works perfect for me:
I don't see any problems here. Yes, it is possible that it shows some other data than wttr.in/Munich, but they are more recent, not the other way around. @eulerfan271 actually, if you use Sunny nightRegarding Sun in the night, yes, it should be something different instead of the sun, |
Using a one liner with the command:
curl wttr.in/LOCATION?format="%C+\nFeels+like:+%f+\nActually+is:+%t+\nSunrise:+%S+\nSunset:+%s\n
", the "%C" part shows "Partly cloudy".When using the other command setup (not sure what to call it) with the command "
curl wttr.in/LOCATION?0
", it shows that it's "Partly cloudy", along with all the wrong statistics and shows the sun even though it set a long time ago.The only thing that I know consistently shows the right information is this command "
wttr.in/LOCATION
".It's pretty weird, even now, anything that has ANY formatting is completely wrong...
I'll try continue looking on my end of things with how I'm entering these commands as that's likely what's going on here.
The text was updated successfully, but these errors were encountered: