diff --git a/modules/default/weather/README.md b/modules/default/weather/README.md index 93f1595d..aebf0863 100755 --- a/modules/default/weather/README.md +++ b/modules/default/weather/README.md @@ -1,5 +1,5 @@ # Weather Module -This module aims to be the replacement for the current `currentweather` and `weatherforcast` modules. The module will be configurable to be used as a current weather view, or to show the forecast. This way the module can be used twice to fullfil both purposes. +This module aims to be the replacement for the current `currentweather` and `weatherforcast` modules. The module will be configurable to be used as a current weather view, or to show the forecast. This way the module can be used twice to fulfill both purposes. For configuration options, please check the [MagicMirror² documentation](https://docs.magicmirror.builders/modules/weather.html). diff --git a/tests/configs/modules/positions.js b/tests/configs/modules/positions.js index bbb07da8..92a2201a 100644 --- a/tests/configs/modules/positions.js +++ b/tests/configs/modules/positions.js @@ -20,7 +20,7 @@ var config = { }, modules: - // Using exotic content. This is why dont accept go to JSON configuration file + // Using exotic content. This is why don't accept go to JSON configuration file (function () { var positions = ["top_bar", "top_left", "top_center", "top_right", "upper_third", "middle_center", "lower_third", "bottom_left", "bottom_center", "bottom_right", "bottom_bar", "fullscreen_above", "fullscreen_below"]; var modules = Array();