-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Module] decimalSymbol has no effect #2530
Comments
Hi @KristjanESPERANTO I dont think you are doing somethign wrong. I took a quick look at the code and it seems to me the decimal point isnt used (yet) in the forecast part (only in the current weather part) of the module. Maybe you want to write a fix for it? ;-) |
Nevermind, I think I can fix that if you give me a day :-) |
I'm on it 🙂 |
Nice. So lets see if your PR fixes my tests :-D |
Did you have the time to test the latest develop branch to see if it fixes your problem for good now? So that we can close this issue? |
Yes, with the develop branch it works fine. Thank you 🙂 |
I set the
decimalSymbol
in the config of the new weather module to,
, but that has no effect. The values still have points. I saw that the PR #1510 should have fix that, but it doesn't work (anymore?).I noticed this with a just freshly installed MagicMirror instance.
Or am I doing something wrong in my config?
The text was updated successfully, but these errors were encountered: