Skip to content

Commit 8004e83

Browse files
authored
Update README.md
1 parent cf76b7a commit 8004e83

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ end_hour: 6,
5151
```
5252
If current time be 13:45, This would show schedules which goes from 13:00 to 19:00. The view will be changed automatically by time.
5353
`begin_hour` will be ignored when type is set to `dynamic`.
54+
55+
### I just want to display only this module, not `MMM-CalendarExt` ###
56+
In your configuration of `MMM-CalendarExt`, modify this.
57+
```javascript
58+
config: {
59+
system: {
60+
show: [], // set this field blank.
61+
```

0 commit comments

Comments
 (0)