1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/_site/content/posts/modules/bamboohr.md
2018-05-14 21:04:37 -07:00

1.1 KiB

title, date, draft
title date draft
Bamboohr 2018-05-07T20:17:37-07:00 false

Description

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

Location

wtf/bamboohr

Required ENV Variables

Key: WTF_BAMBOO_HR_TOKEN
Value: Your BambooHR API token.

Key: WTF_BAMBOO_HR_SUBDOMAIN
Value: Your BambooHR API subdomain name.

Keyboard Commands

None.

Configuration

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

Attributes

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: Any positive integer, 0...n.