Here is a module for displaying the “latest” added Movies and TV-Shows from your Plex server (using Tautulli).
MMM-TautulliLatest
Overview:
[image: 1775513898971-a5f1ab7e-b991-41dd-86bc-52de79a925df-image.jpeg]
Click/Pointed on a “cover” view:
[image: 1775513937913-05dd85ee-d982-4513-91ad-458c5aee1a43-image.jpeg]
Exaple config:
{
module: "MMM-TautulliLatest",
position: "middle_center",
config: {
tautulliProtocol: "http",
tautulliHost: "192.168.1.50",
tautulliPort: 8181,
tautulliApiKey: "YOUR_TAUTULLI_API_KEY",
itemLimit: 8,
updateInterval: 5 * 60 * 1000,
posterWidth: 150,
posterHeight: 225,
posterMaxWidth: 150,
posterMaxHeight: 225,
detailPosterWidth: 400,
detailPosterHeight: 600,
showWatchedBadge: true,
user_id: 123456
}
}