- Docker
- A LIFX Tile connected to the same network as the host
There are two ways of controlling the LIFX Tile:
docker run -e GITHUB_USER={GitHub username} --network host carlgo11/lifx
* Change {GitHub username}
to your own username.
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.
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 |