motey / MMM_ncdeck

A MagicMirror module for viewing a board of the Nextcloud Deck app.
MIT License
2 stars 1 forks source link

maxCardsPerStack #1

Closed olsins closed 4 years ago

olsins commented 4 years ago

Hey! Thanks for the great module - all in all it works fine. I just have an issue with the maxCardsPerStack: It seems, that ist does not have any effekt?

Thanks for any help!

here ist the config

{ module: "MMM_ncdeck", position: "bottom_bar", config: { nextcloud: { host: „XXX“, user: „XXX“, pass: „XXX“ }, updateIntervalSec: 60, deckBoardId: 3, maxCardsPerStack: 4, hideStacks: [""], coloredHeader: false, simpleLayout: true, complexLayout: { coloredLabels: false, showLabels: true, showAssignedUser: false } } },

motey commented 4 years ago

Hi @olsins , thanks for the feedback. I will have a look into it. Stay tuned.

motey commented 4 years ago

Seems like maxCardsPerStack was accidentally dropped when i did a refactoring. now its working again.

olsins commented 4 years ago

Perfect! Thx- I will try it out!