Commit 4b214eb 1 parent c1994e3 commit 4b214eb Copy full SHA for 4b214eb
File tree 1 file changed +39
-6
lines changed
1 file changed +39
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Example Configurations
2
- Below are a list of helpful configurations for you to get started.
2
+ Below are helpful configurations for you to get started. See [ Configuration Options ] ( ConfigurationOptions.md ) for details of each option.
3
3
4
- `
4
+ Feel free to contribute to this list.
5
+
6
+ ## Show hearts on Valentine's day + default real-time weather effects
7
+
8
+ ```` javascript
5
9
{
6
- module: ' MMM-DynamicWeather' ,
7
- position: ' fullscreen_above' ,
10
+ module: " MMM-DynamicWeather" ,
11
+ position: " fullscreen_above" ,
8
12
config: { // See https://github.com/scottcl88/MMM-DynamicWeather for more information.
9
13
api_key: " your_key" ,
10
14
locationID: " 4140963" ,
11
15
effects: [
12
16
{
13
17
month: " 2" ,
14
18
day: " 14" ,
15
- year: "2021",
16
19
images: [" heart1.png" , " heart2.png" ],
17
20
direction: " up"
18
21
}
19
22
],
20
23
}
21
24
},
22
- `
25
+ ````
26
+
27
+ ## Never show the clouds + default real-time weather effects
28
+
29
+ ```` javascript
30
+ {
31
+ module: " MMM-DynamicWeather" ,
32
+ position: " fullscreen_above" ,
33
+ config: { // See https://github.com/scottcl88/MMM-DynamicWeather for more information.
34
+ api_key: " your_key" ,
35
+ locationID: " 4140963" ,
36
+ hideClouds: true
37
+ ],
38
+ }
39
+ },
40
+ ````
41
+
42
+ ## Always show the sun + default real-time weather effects
43
+
44
+ ```` javascript
45
+ {
46
+ module: " MMM-DynamicWeather" ,
47
+ position: " fullscreen_above" ,
48
+ config: { // See https://github.com/scottcl88/MMM-DynamicWeather for more information.
49
+ api_key: " your_key" ,
50
+ locationID: " 4140963" ,
51
+ alwaysDisplay: " sun"
52
+ ],
53
+ }
54
+ },
55
+ ````
You can’t perform that action at this time.
0 commit comments