MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    I need Help. my shopping list is not clickable

    Scheduled Pinned Locked Moved Solved Troubleshooting
    9 Posts 3 Posters 649 Views 3 Watching
    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 Offline
      sdetweil @lucifer6669
      last edited by

      @lucifer6669 are spans clickable ?

      use the developers window, ctrl-shift-i
      sources tab
      find your code in left nav, then you can step thru the code as it happens

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      L 1 Reply Last reply Reply Quote 0
      • L Offline
        lucifer6669 @sdetweil
        last edited by

        @sdetweil honestly at this point I have no idea what i’m doing. I have another module chore list that has clickable toggles and button and even activates fireworks once everything is marked done and it works perfectly fine

        C S 2 Replies Last reply Reply Quote 0
        • C Offline
          chrisfr1976 @lucifer6669
          last edited by

          @lucifer6669 Hi,
          you’re running this:

          loader.js:178 Load script: modules/MMM-Fireworks/MMM-Fireworks.js
          module.js:489 Module registered: MMM-Fireworks
          loader.js:151 Bootstrapping module: MMM-Fireworks
          

          If is is configured in fullscreen_above you can’t see it but it is there.

          I think MMM-Fireworks it can be in fullscreen_behind. But you may need to check if you have a background image that the z-index is correct. You can try to add in the background image css a z-index: -2; and for Fireworks a z-index: -1;. Then start a test for Fireworks. If you can see it, it should be okay and you can click in your list. I’m not sure if this works. This is on my to-check-list :)

          Regards, Chris.

          S L 2 Replies Last reply Reply Quote 0
          • S Offline
            sdetweil @chrisfr1976
            last edited by

            @chrisfr1976 fullscreen_below

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @lucifer6669 also, you should start w your module only while developing

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              L 1 Reply Last reply Reply Quote 0
              • L Offline
                lucifer6669 @chrisfr1976
                last edited by

                @chrisfr1976 thanks. i will try this. i have no issues with the fireworks module firing when my chore list is completed. but it may be interfering with the clickable chore list.

                1 Reply Last reply Reply Quote 0
                • L Offline
                  lucifer6669 @sdetweil
                  last edited by

                  @sdetweil @chrisfr1976 you all are amazing. all i had to do was change the fireworks to fullscreen_below and now it all works. the text box is clickable and editable and the chores list sets off the fireworks and i see them. thank you both. i enjoy learning and doing all this.

                  C 1 Reply Last reply Reply Quote 0
                  • S sdetweil has marked this topic as solved on
                  • C Offline
                    chrisfr1976 @lucifer6669
                    last edited by

                    @lucifer6669
                    Hi,
                    I’ve just fixed that issue in general. I’ve added wrapper.style.pointerEvents = "none"; and p.canvas.style.pointerEvents = "none"; in the module file. This allows pointer events to pass to modules underneath! So also the CalExt3 can be used again with the pop-up windows. I’m also very happy now :-)

                    Cheers Chris!

                    Regards, Chris.

                    1 Reply Last reply Reply Quote 1
                    • 1 / 1
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Sam, technical setup by Karsten.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy