mirror of
				https://github.com/MichMich/MagicMirror.git
				synced 2025-10-31 10:48:10 +00:00 
			
		
		
		
	Fix typos
This commit is contained in:
		| @@ -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). | ||||
|   | ||||
| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user