Kiina / MMM-trakt

A MagicMirror Module to show your upcoming tv shows from trakt.tv
MIT License
14 stars 2 forks source link

Module is showing double entries for each coming show/episode. #26

Closed PierreGode closed 2 years ago

PierreGode commented 2 years ago

Module is showing double entries for each coming show/episode.

my settings:

{ module: 'MMM-trakt', position: 'bottom_right', // you may choose any location header: 'TV-Shows', // optional config: { client_id: '6dce0986f0***', client_secret: '1264941e**', days: 2, // optional, default: 1. 1 = today's episodes, 2 = today's and tomorrow's, 3 = etc... styling : { moduleSize: "small", // optional, possible value: (xsmall, small, medium, large, xlarge), default: small daysUntil: false, // optional, shows 'today' and 'tomorrow' insted of date, default: false daysUntilFormat: "hh:mm", // optional, default: "hh:mm", time format after 'today'. Leave empty ("") to hide, possible values: https://momentjs.com/docs/#/displaying/format/ dateFormat: "D.M hh:mm", // optional, default: "D.M hh:mm", possible values: https://momentjs.com/docs/#/displaying/format/ showEpisodeTitle: false, // optional, default: true }, debug: false // optional, default: false } },

PierreGode commented 2 years ago

Forget it, just me being stupid. added both the series and the next episode to the watchlist.