Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-Todoist

    Troubleshooting
    4
    23
    152
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sdetweil @sdetweil last edited by

      @bdream all 3 keys at once

      1 Reply Last reply Reply Quote 0
      • B
        bdream last edited by

        @sdetweil 8f033e0d-f5e0-4e19-89cd-c47a4108de3f-grafik.png
        such an awesome tool MagicMirror is.
        Every time I’m in contact with this forum I learn new nice things.

        Can’t see how to fix this the empty space mentioned by @Stoffbeuteluwe

        S 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @bdream last edited by sdetweil

          @bdream keep expanding, you have the whole module content selected there, get to the little part that needs to move

          1 Reply Last reply Reply Quote 0
          • B
            bdream last edited by

            I see what you mean.
            It’s tricky as I use MMM-Carousel and every time I click to expand it switch back.

            Have commented out MMM-Carousel and see that
            cec1a4c5-f39c-4aca-88b1-0c95726fc317-grafik.png

            Don’t know how to get the red round marked off

            S 2 Replies Last reply Reply Quote 0
            • S
              sdetweil @bdream last edited by sdetweil

              @bdream expand the other divTableRows

              1 Reply Last reply Reply Quote 0
              • S
                sdetweil @bdream last edited by

                @bdream said in MMM-Todoist:

                It’s tricky as I use MMM-Carousel and every time I click to expand it switch back.

                yes, sometimes you have to just use the one module to be able to explore effectively

                1 Reply Last reply Reply Quote 0
                • B
                  bdream last edited by

                  @sdetweil don’t know what exactly I’m looking for 🧐
                  b536ed9c-7d84-40db-97ea-1b5c81ac7257-grafik.png

                  I assume 1 (marked in red 1) is exactly the space I want to get rid off.
                  And ! seems to me related to 2 (marked in red 2) , what in english is [space]

                  Could it be I have to do any in custom.css regarding the both lines with spacecells in it?
                  b58ba976-881c-4d43-9b3d-1d4f460a1eab-grafik.png

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    sdetweil @bdream last edited by sdetweil

                    @bdream remember the whole point of this exercise was to find the element and figure out how to hide it.
                    but I don’t see a spacerCell class defined anywhere. you should move the left edge of the dev window further left, to get the class display vertical… (like in my previous images)

                    u can define a spacerCell class in custom.css and then be able to edit it here, but maybe this would be enough

                    .MMM-Todoist .spacerCell {
                    display: none;
                    }

                    1 Reply Last reply Reply Quote 0
                    • B
                      bdream last edited by

                      @sdetweil Thanks Sam! Idea was good but not the right point.
                      I will work a bit on it and deep dive but first look shows there will nothing I can use to work with custom.css

                      1 Reply Last reply Reply Quote 0
                      • C
                        cbrooker last edited by cbrooker

                        Hi All,

                        I just saw this thread and think I can offer some assistance. I wrote and maintain the MMM-Todoist module.

                        That space that you’re seeing is where the Todo Priority would be displayed if you set a priority.

                        Like this (the red bar):
                        9f14d8f5-5067-4de5-944a-9e44d60d449c-image.png

                        If you have no need for that and want to remove the space the quickest “hack” you can do is:

                        1. Open /modules/MMM-Todoist/MMM-Todoist.js
                        2. Comment out these 2 lines:
                        divRow.appendChild(this.addPriorityIndicatorCell(item));
                        divRow.appendChild(this.addColumnSpacerCell());
                        

                        Line 592 and 593.

                        1. Save and reload MagicMirror.
                        2. Do a local commit (git commit -a)

                        That will remove the space however, every time you update module you might have to deal with a merge conflict.

                        More advanced:
                        You could also fork the repo, clone the new repo into your modules folder make, the changes, commit, push. You could then pull the upstream changes when you wanted to update.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy