Bamboohr

Description

Connects to the BambooHR API and displays who will be Away today.

Location

wtf/bamboohr

Required ENV Variables

WTF_BAMBOO_HR_TOKEN
Your BambooHR API token.

WTF_BAMBOO_HR_SUBDOMAIN
Your BambooHR API subdomain name.

Keyboard Commands

None.

Configuration

bamboohr:
  enabled: true
  position:
    top: 0
    left: 1
    height: 2
    width: 1
  refreshInterval: 900

Definitions

enabled
Whether or not this module is executed and 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: Any positive integer, 0...n.