Tautulli current watch activity module for MagicMirror2.
Displays the currently playing Plex stream activity on your MagicMirror pulled from the Tautulli API.
Clone into your MM modules
folder
git clone git@github.com:derekn/MMM-TautulliActivity.git
Add to "modules" in config/config.js
{
module: "MMM-TautulliActivity",
header: "Tautulli Activity",
position: "bottom_left",
config: {
host: "https://tautulli_ip:port",
apiKey: "tautulli_api_key",
updateFrequency: 2,
}
}
Config Name | Description | Default Value |
---|---|---|
host |
Tautulli hostname/ip address, example: http://localhost:8181 | required |
apiKey |
Tautulli API key, found in Settings / Web Interface, at the bottom | required |
updateFrequency |
Update frequency in minutes to poll the API for activity | 2 |
animationSpeed |
Animation speed in milliseconds for display updates, set to 0 for none | 500 |
hideOnNoActivity |
Hide widget when there is no current playing activity | false |