You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: Raspberry Pi Zero W with raspbian-stretch 9.1, chromium-browser 60.0.3112.89
Node Version: v6.14.1
MagicMirror Version: v2.3.1
Description: When config/config.js has units = "imperial", the currentweather module doesn't appear at all. This is due to a typo in currentweather.js. The variable 'windChillInF' is referred to at line 417, but doesn't exist. It was declared and calculated at line 410 as 'windchillinF'.
Change the declaration and calculation to 'windChillInF' to follow the convention for the 'windChillInC' variable used for Celsius.
Steps to Reproduce:
In config/config.js
Set units = "imperial"
Include the currentweather module in the "modules" list
Start the mirror software
Visit the mirror server in a browser
Expected Results: The currentweather module should appear in the browser.
Actual Results: The currentweather module did not appear in the browser.
Platform: Raspberry Pi Zero W with raspbian-stretch 9.1, chromium-browser 60.0.3112.89
Node Version: v6.14.1
MagicMirror Version: v2.3.1
Description: When config/config.js has units = "imperial", the currentweather module doesn't appear at all. This is due to a typo in currentweather.js. The variable 'windChillInF' is referred to at line 417, but doesn't exist. It was declared and calculated at line 410 as 'windchillinF'.
Change the declaration and calculation to 'windChillInF' to follow the convention for the 'windChillInC' variable used for Celsius.
Steps to Reproduce:
In config/config.js
Set units = "imperial"
Include the currentweather module in the "modules" list
Start the mirror software
Visit the mirror server in a browser
Expected Results: The currentweather module should appear in the browser.
Actual Results: The currentweather module did not appear in the browser.
Configuration:
The text was updated successfully, but these errors were encountered: