Cryptolive
+ +Added in v0.0.5.
Compare crypto currencies using CryptoCompare.
+ +Source Code
+wtf/cryptocurrencies/cryptolive/Required ENV Vars
+ +None.
+ +Keyboard Commands
+ +None.
+ +Configuration
+cryptolive:
+ colors:
+ from:
+ name: coral
+ displayName: grey
+ to:
+ name: white
+ price: green
+ currencies:
+ BTC:
+ displayName: Bitcoin
+ to:
+ - USD
+ - EUR
+ - ETH
+ ETH:
+ displayName: Ethereum
+ to:
+ - USD
+ - EUR
+ - ETH
+ enabled: true
+ position:
+ top: 5
+ left: 2
+ height: 1
+ width: 2
+ refreshInterval: 30
+ updateInterval: 15Attributes
+ +colors.from.name
+Values: Any X11
+color name.
colors.from.dispayName
+Values: Any X11
+color name.
colors.to.name
+Values: Any X11
+color name.
colors.to.price
+Values: Any X11
+color name.
currencies
enabled
+Determines whether or not this module is executed and if its data displayed onscreen.
+Values: true, false.
position
+Defines where in the grid this module’s widget will be displayed.
refreshInterval
+How often, in seconds, this module will update its data.
+Values: A positive integer, 0..n.
-**Not:** Setting up access to Google Calendars for Go is a bit unobvious. Check out Google's [Go Quickstart](https://developers.google.com/calendar/quickstart/go)
+**Not:** Setting up access to Google Calendars for Go is a bit unobvious. Check out Google's [Go Quickstart](https://developers.google.com/calendar/quickstart/go)
first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/senorprogrammer/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach.
## Source Code
diff --git a/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html
index 8f91fd8e..dbf4b12b 100644
--- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html
+++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html
@@ -24,6 +24,7 @@