Skip to content

Commit

Permalink
fixed url option and added opacity option
Browse files Browse the repository at this point in the history
  • Loading branch information
s1h4d0w authored Jun 3, 2019
1 parent d11e1ff commit dbf7823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ To use this module, add it to the modules array in the `config/config.js` file:
{
module: 'MMM-WebView',
config: {
url: "https://www.mywebsite.com
url: "https://www.mywebsite.com", // any webpage that allows embedding
opacity: "0.8" // opacity of the module, any value between 0.01 and 1
}
},
````

0 comments on commit dbf7823

Please sign in to comment.