diff --git a/modules/calendar.md b/modules/calendar.md index 2e02da22..85199dbc 100755 --- a/modules/calendar.md +++ b/modules/calendar.md @@ -30,7 +30,7 @@ The following properties can be configured: | ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `maximumEntries` | The maximum number of events shown. / **Possible values:** `0` - `100`
**Default value:** `10` | | `maximumNumberOfDays` | The maximum number of days in the future.

**Default value:** `365` | -| `pastDaysCount` | The number of days of which events in the past should be displayed.

**Default value:** `0` | +| `pastDaysCount` | The number of days of which events in the past should be displayed.

**Default value:** `0`
`NOTE: this value is advisory to any module processing the events broadcast.`
`the default calendar module never displays events from the past` | | `displaySymbol` | Display a symbol in front of an entry.

**Possible values:** `true` or `false`
**Default value:** `true` | | `defaultSymbol` | The default symbol.

**Possible values:** See [Font Awesome](https://fontawesome.com/v6/search?o=r&m=free) website.
**Default value:** `calendar` | | `showLocation` | Whether to show event locations.

**Possible values:** `true` or `false`
**Default value:** `false` | diff --git a/modules/clock.md b/modules/clock.md index 15683015..d18e6fcc 100644 --- a/modules/clock.md +++ b/modules/clock.md @@ -47,7 +47,7 @@ The following properties can be configured: | `displayType` | Display a digital clock, analog clock, or both together.

**Possible values:** `digital`, `analog`, or `both`
**Default value:** `digital` | | `analogSize` | **Specific to the analog clock.** Defines how large the analog display is.

**Possible values:** `A positive number of pixels`
**Default value:** `200px` | | `analogFace` | **Specific to the analog clock.** Specifies which clock face to use.

**Possible values:** `simple` for a simple border, `none` for no face or border, or `face-###` (where ### is currently a value between 001 and 012, inclusive)
**Default value:** `simple` | -| `secondsColor` | **Specific to the analog clock.** Specifies what color to make the 'seconds' hand.

**Possible values:** `any HTML RGB Color`
**Default value:** `#888888` | +| `secondsColor` | **Specific to the analog clock.** Specifies what color to make the 'seconds' hand.

**Possible values:** `any HTML RGB Color`
**Default value:** `#888888`
// starting in version 2.31.0 this property is DEPRECATED, and WILL be removed in some future version. Use CSS instead. Class "clock-second-digital" for digital clock, "clock-second" for analog clock. | | `analogPlacement` | **Specific to the analog clock. _(requires displayType set to `'both'`)_** Specifies where the analog clock is in relation to the digital clock

**Possible values:** `top`, `right`, `bottom`, or `left`
**Default value:** `bottom` | | `analogShowDate` | **Obsolete**, can be replaced with analogPlacement and showTime.

**Specific to the analog clock.** If the clock is used as a separate module and set to analog only, this configures whether a date is also displayed with the clock.

**Possible values:** `false`, `top`, or `bottom`
**Default value:** `top` | | `sendNotifications` | Enable notifications for elapsed time. Used to be always done send prio to v2.23

**Possible values:** `true`, or `false`
**Default value:** `false` | @@ -64,3 +64,5 @@ Current notifications are: | -------------- | ---------------------------------------------------- | | `CLOCK_SECOND` | A second has elapsed.
_Parameter_: second value | | `CLOCK_MINUTE` | A minute has elapsed
_Parameter_: minute value | + +## styles for clock hands (analog) and text (digital) can be found in clock_style.css, use css/custom.css to override \ No newline at end of file