Blockfolio
+ +Added in v0.0.8
.
Display your Blockfolio crypto holdings.
+ +Source
+wtf/blockfolio/
Required ENV Variables
+ +None.
+ +Keyboard Commands
+ +None.
+ +Configuration
+blockfolio:
+ colors:
+ name: blue
+ grows: green
+ drop: red
+ device_token: "device token"
+ displayHoldings: true
+ enabled: true
+ position:
+ top: 3
+ left: 1
+ width: 1
+ height: 1
+ refreshInterval: 400
Attributes
+ +colors.name
+Values: Any X11
+color name.
colors.grows
+Values: Any X11
+color name.
colors.drop
+Values: Any X11
+color name.
device_token
+Value: See this gist for
+details on how to get your Blockfolio API token.
displayHoldings
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
.