We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Gauges Feature - can't display ß
Expected behavior ß should be translated to ß
Screenshots
The text was updated successfully, but these errors were encountered:
I think this is related to #263, the letter "é" not showing correctly (é).
é
Sorry, something went wrong.
Fixed gauge label decoding. GH-271
253deec
@barci335 Fixed in 253deec.
I attached an updated file which should solve the problem. Feel free to test it out - please rename first to main.js and then copy it to dist/main.js - more info on where to copy here: https://github.com/Daveiano/weewx-wdc/wiki/Development#testing-changes--updated-files
dist/main.js
@aryiu Yes, that's the same issue. I will have a look at #263 when I am on #262!
main.txt
@Daveiano Thanks!
Just tested: works, but looks kinda weird.
Yeah, the ß looks kinda weird here. The used font is IBM Plex Mono - while this may look better the IBM Plex Sans font looks much more "natural" here:
IBM Plex Mono
IBM Plex Sans
If you have some skills in CSS you could change this easy via this snippet:
.bx--tile.diagram-tile.gauge svg text.gauge-label { font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif }
No branches or pull requests
Describe the bug
Gauges Feature - can't display ß
Expected behavior
ß should be translated to ß
Screenshots
The text was updated successfully, but these errors were encountered: