Skip to content
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

Detailed Condition cuts off #16

Open
Hothomir opened this issue Mar 25, 2022 · 1 comment
Open

Detailed Condition cuts off #16

Hothomir opened this issue Mar 25, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Hothomir
Copy link
Owner

On the display, the Detailed Condition sometimes gets cut off by the display and does not print properly. This is usually an issue only for longer, descriptive conditions, such as "scattered clouds" or "light shower snow".

The idea is to indent the lines once they are too long, but only have it specific to some conditions as it does not apply to all.

@Hothomir Hothomir added the bug Something isn't working label Mar 25, 2022
@Hothomir
Copy link
Owner Author

Currently considering the best approach to be this:

  • Find the outputs that are 12 char or less, spaces included
  • readapt those long outputs into multiple line outputs instead.

Initially I was thinking of having the output automatically readjust itself each instance the program is run, but the process seems to be much more intricate than I initially wanted it to be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant