Merge pull request #1433 from shade34321/compliments_screenshot

Added in compliments screenshot
This commit is contained in:
Michael Teeuw 2018-10-26 14:36:22 +02:00 committed by GitHub
commit 7768ea28bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 16 deletions

View File

@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Added in screenshot for the new feed module - Added in screenshot for the new feed module
- Added in screenshot for the compliments module
### Fixed ### Fixed
- Fixed Polish translation for Single Update Info - Fixed Polish translation for Single Update Info

View File

@ -2,6 +2,10 @@
The `compliments` module is one of the default modules of the MagicMirror. The `compliments` module is one of the default modules of the MagicMirror.
This module displays a random compliment. This module displays a random compliment.
## Screenshots
- Compliments Screenshot
![Compliments Screenshot](compliments_screenshot.png)
## Using the module ## Using the module
To use this module, add it to the modules array in the `config/config.js` file: To use this module, add it to the modules array in the `config/config.js` file:
@ -45,22 +49,22 @@ The `compliments` property contains an object with four arrays: <code>morning</c
If use the currentweather is possible use a actual weather for set compliments. The availables properties are: If use the currentweather is possible use a actual weather for set compliments. The availables properties are:
* `day_sunny` - `day_sunny`
* `day_cloudy` - `day_cloudy`
* `cloudy` - `cloudy`
* `cloudy_windy` - `cloudy_windy`
* `showers` - `showers`
* `rain` - `rain`
* `thunderstorm` - `thunderstorm`
* `snow` - `snow`
* `fog` - `fog`
* `night_clear` - `night_clear`
* `night_cloudy` - `night_cloudy`
* `night_showers` - `night_showers`
* `night_rain` - `night_rain`
* `night_thunderstorm` - `night_thunderstorm`
* `night_snow` - `night_snow`
* `night_alt_cloudy_windy` - `night_alt_cloudy_windy`
#### Example use with currentweather module #### Example use with currentweather module
````javascript ````javascript

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB