--- title: "Blockfolio" date: 2018-06-13T09:29:59-07:00 draft: false --- Added in `v0.0.8`. Display your Blockfolio crypto holdings. blockfolio screenshot ## Source ```bash wtf/blockfolio/ ``` ## Required ENV Variables None. ## Keyboard Commands None. ## Configuration ```yaml 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](https://github.com/bob6664569/blockfolio-api-client) 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`.