carlgo11/lifx

By carlgo11

Updated over 4 years ago

GitHub Activity integration for LIFX Tiles

Image
0

409

LIFX Tile GitHub Activity integration

Docker

Requirements

  • Docker
  • A LIFX Tile connected to the same network as the host

Usage

There are two ways of controlling the LIFX Tile:

1. Discover Tiles on network

docker run -e GITHUB_USER={GitHub username} --network host carlgo11/lifx

* Change {GitHub username} to your own username.

2. Control via IP-address

docker run -e GITHUB_USER={GitHub username} MAC_ADDR={MAC address} IP_ADDR={IP Address} carlgo11/lifx

* Change {GitHub username} to your own username.
* Change {MAC address} to the MAC address of the LIFX Tile.
* Change {IP address} to the IP address of the LIFX Tile.

Environment variables

NameDescriptionDefault valueData Type
GITHUB_USERGitHub Username to get activity from.String
TILE_NUMBERLIFX Tile to connect to.0Integer
MAC_ADDRMAC Address of the Tile.String
IP_ADDRIP Address of the Tile.String
REVERSEReverse tile order.Boolean

Docker Pull Command

docker pull carlgo11/lifx