Skip to content

Commit

Permalink
add transparent background default
Browse files Browse the repository at this point in the history
  • Loading branch information
grabenhenrich committed Aug 15, 2019
1 parent 4a8ec78 commit 4fce181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MMM-Space.js
Expand Up @@ -6,7 +6,7 @@
Module.register("MMM-Space",{
defaults: {
verticalSpace: "40px",
backgroundColor: "#000000"
backgroundColor: "transparent"
},

getDom: function() {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ The following properties can be configured:
| Option | Description
| ----------------- | -----------
| `verticalSpace` | Definition of the height of the static space, e.g. as pixels. <br><br> **Possible values:** `40px`, `100px`, ... <br> **Default value:** `40px`
| `backgroundColor` | Definition of the background color, usually left blank. <br><br> **Possible values:** HEX-coded RGB values <br> **Default value:** `"#000000"`
| `backgroundColor` | Definition of the background color, usually left blank. <br><br> **Possible values:** HEX-coded RGB values, `"#FF0000"` <br> **Default value:** `"transparent"`

## Notifications
Doesn't make sense to exchange any information with the MagicMirror system, as this is a purely static HTML element.

0 comments on commit 4fce181

Please sign in to comment.