Skip to content

Tautulli watch activity module for MagicMirror2

License

Notifications You must be signed in to change notification settings

derekn/MMM-TautulliActivity

Repository files navigation

MMM-TautulliActivity

Tautulli current watch activity module for MagicMirror2.

License: MIT GitHub last commit

Displays the currently playing Plex stream activity on your MagicMirror pulled from the Tautulli API.

screenshot

Install

Clone into your MM modules folder

git clone git@github.com:derekn/MMM-TautulliActivity.git

Configure

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,
	}
}

Options

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

About

Tautulli watch activity module for MagicMirror2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published