[Weather Module] decimalSymbol has no effect
See original GitHub issueI 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?
{
module: "weather",
position: "top_right",
header: "Wetter in ?????",
config: {
appendLocationNameToHeader: false,
decimalSymbol: ",",
weatherProvider: "openweathermap",
type: "forecast",
location: "?????????",
locationID: "?????????",
maxNumberOfDays: 5,
apiKey: "?????????",
}
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
MagicMirror - Bountysource
I set the decimalSymbol in the config of the new weather module to , , but that has no effect. The values still...
Read more >Weather Module - MagicMirror² Documentation
This module will be configurable to be used as a current weather view, or to show the forecast. This way the module can...
Read more >7-Day Forecast 38.56N 123.31W - National Weather Service
Rain, mainly after 4pm. High near 56. Southeast wind 6 to 13 mph. Chance of precipitation is 80%. New precipitation amounts between a...
Read more >Agilent 4200 TapeStation System System Manual
preinstalled with your 4200 TapeStation system. 6 Operating Instructions ... If your module was shipped in cold weather, leave it in its box...
Read more >https://www.touchpadprofoundation.org/wp-content/p...
msgstr "" #: includes/helper.php:451 msgid "No sidebars were found" msgstr ... includes/helper.php:558 modules/parallax-effects/module.php:339 msgid "Hue" ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nice. So lets see if your PR fixes my tests 😄
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? 😉