mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
Merge pull request #1433 from shade34321/compliments_screenshot
Added in compliments screenshot
This commit is contained in:
commit
7768ea28bd
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|

|
||||||
|
|
||||||
## 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
|
||||||
|
BIN
modules/default/compliments/compliments_screenshot.png
Normal file
BIN
modules/default/compliments/compliments_screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user