Skip to content

sunkast/MMM-plex-recently-added

 
 

Repository files navigation

MMM-plex-recently-added

Shows posters of the recently added items for your Plex Media Server.

Installation

{
     module: 'MMM-plex-recently-added',
     position: 'bottom_bar',
     config: {
        token: 'X-PLEX-TOKEN',
        hostname: '127.0.0.1',
        ...
     }
 }

Config options

Option Default Description
hostname 127.0.0.1 Hostname of the Plex Media Server.
port 32400 Port for your Plex Media Server.
token Required if your Plex Media Server is protected
types ['movie', 'episode'] Which types of recently added medias should be shown and in which order. Possible values are movie and episode.
limit 20 Maximum number of items to show. (this is mostly to not receive to many items from the server)
updateInterval 10 * 60 * 1000 (10 minutes) Interval new data should be fetched.
displayType mixed If item types should be mixed or put in separate lists. Possible values are mixed and separate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • CSS 10.5%