-
Notifications
You must be signed in to change notification settings - Fork 320
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
Bug: Weather does not show temperature #318
Labels
bug
Something isn't working
Comments
I am experiencing this too. I'm guessing the API has changed in some way. |
Try this? #319 |
ethancedwards8
added a commit
to ethancedwards8/tmux
that referenced
this issue
Jan 4, 2025
For some reason, a " is prepended to the weather. It messed with our parsing. I fixed this. There is a chance this is a mistake on wttr.in's part and will be fixed soon? Fixes: dracula#318 Signed-off-by: Ethan Carter Edwards <[email protected]>
Closed
thanks for the quick reply! I will try that. In the meanwhile, I made a fix too #320 |
@ethancedwards8 #319 seems not working for me, the output is
The fix #320 works for me, but not sure of the compatibility for various systems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I enable weather, it shows the weather condition (like snow/sunny icon) but not the temperature.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Temperature should show up.
Debug
I have added some debug in ~/.tmux/plugins/tmux/scripts/weather.sh
and output to /tmp/weather-debug.log
Seems the weather info is not parsed correctly
System
The text was updated successfully, but these errors were encountered: