jgauth / MMM-GoogleTasks

21 stars 26 forks source link

MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler #5

Open hco125 opened 5 years ago

hco125 commented 5 years ago

Please click here for details.

Disabling modules one by one, I discovered that MMM-GoogleTasks is the culprit. Any chance of a fix?

RafaelCota commented 5 years ago

I'm havinfg problems with MMM-GoogleTasks with MMM-News and MMM-Remote-Control. These modules don't work with GoogleTasks enabled. As soon as I disable it, everything works just fine.

Hope it get fixed since GoogleTasks is a module I really need.

Thank you in advanced

hco125 commented 5 years ago

Rafael,

I moved on to MMM-Trello. It is more complicated than MMM-GoogleTasks, but is more powerful anyway. AND it works with all my other modules.

On Fri, Jan 11, 2019, 9:12 PM RafaelCota <notifications@github.com wrote:

I'm havinfg problems with MMM-GoogleTasks with MMM-News and MMM-Remote-Control. These modules don't work with GoogleTasks enabled. As soon as I disable it, everything works just fine.

Hope it get fixed since GoogleTasks is a module I really need.

Thank you in advanced

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jgauth/MMM-GoogleTasks/issues/5#issuecomment-453714817, or mute the thread https://github.com/notifications/unsubscribe-auth/ArTsmUzYT_PHQXoT9Ir86vs4TJxEcNsKks5vCVKVgaJpZM4Zkar- .

RafaelCota commented 5 years ago

Thank you very much,

I tried Trello, and also am trying to get MMM-Buller to work, just wanted to add more info.

Regards

hco125 commented 5 years ago

@RafaelCota

If you use several MMM-Trello modules in your /MagicMirror/config/config.js file, each with the same api_key and token, and each having the individual 'idlist' number that you get from the Trello site, you can have as many Trello lists displayed as your Raspberry Pi can handle.

config.js

        {
            module: 'MMM-Trello',
            position: 'top_left',
            config: {
                api_key: 'ABCDEF',
                token: '123456',
                list: 'idlist', //see MMM-Trello readme file for how to find these.
                reloadInterval: 1 * 60 * 1000,
                updateInterval: 10 * 1000,
                animationSpeed: 2.5 * 1000,
                showTitle: true,
                showDescription: true,
                isCompleted: false,
                showLineBreaks: false,
                showDueDate: true,
                showChecklists: true,
                showChecklistTitle: false,
                wholeList: false,
            },
        },
        {
            module: 'MMM-Trello',
            position: 'top_left',
            config: {
                api_key: 'ABCDEF',
                token: '123456',
                list: 'idlist',
                reloadInterval: 1 * 60 * 1000,
                updateInterval: 10 * 1000,
                animationSpeed: 2.5 * 1000,
                showTitle: true,
                showDescription: true,
                isCompleted: false,
                showLineBreaks: false,
                showDueDate: true,
                showChecklists: true,
                showChecklistTitle: false,
                wholeList: false,
            },
        },

I have 5 Trello lists on my MagicMirror. Here's the screen shot. trello

Each list displayed on my MagicMirror is a seperate "Card" on a "List" on a "Board" in Trello. So the MMM-Trello module developer set it up to display Trello Cards by their idlist.

Here is how you set up the Cards in Trello: trellosite If you have more than one Card in a List on Trello, your MagicMirror module for that list will rotate each card.

jayked commented 5 years ago

Also the MMM-Remote-Control module does not work well with this package. This will be fixed by pull request #6.

JWazy commented 5 years ago

I can confirm that pull request #6 does indeed fix the problem and allows MMM-GoogleTasks to play nicely with MMM-Pages.

jayked commented 5 years ago

Because it seems to take a long time to process pull request #6 you can also fix this issue by using https://github.com/jayked/MMM-GoogleTasks which is just a fork of this package but with this issue fixed.

jayked commented 5 years ago

I closed #6, because my master branch got some changes, so I created a new pull request for this issue from another branch: #7