Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Carlgo11/lifx-github-activity

Repository files navigation

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

Name Description Default value Data Type
GITHUB_USER GitHub Username to get activity from. String
TILE_NUMBER LIFX Tile to connect to. 0 Integer
MAC_ADDR MAC Address of the Tile. String
IP_ADDR IP Address of the Tile. String
REVERSE Reverse tile order. Boolean