• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

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

Scheduled Pinned Locked Moved Unsolved Troubleshooting
6 Posts 5 Posters 2.3k Views 7 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.
  • C Offline
    cowboysdude Module Developer
    last edited by Jan 5, 2019, 3:44 AM

    Well sounds like a conflict of some kind. See for the fun of it if in the GoogleTasks is using the same selector from css or even in the main js file itself…OR ask the developer of GoogleTasks :)

    H 1 Reply Last reply Jan 7, 2019, 2:16 PM Reply Quote 0
    • H Offline
      hco125 @cowboysdude
      last edited by Jan 7, 2019, 2:16 PM

      @cowboysdude I reached out to the developer on the GitHub repo by creating an issue there, with no response for quite some time.

      Unfortunately, I do not know how to identify the css selector(s) you mentioned, nor how to verify if the modules are using the same ones or not. I am teaching myself programming bit by bit and it is a very slow and painful process.

      H 1 Reply Last reply May 11, 2020, 1:02 PM Reply Quote 1
      • H Offline
        heeroy @hco125
        last edited by May 11, 2020, 1:02 PM

        @hco125
        Hi!
        Have you resolve this issue? I have the same problem. Whatewer I do,when I put MMM-GoogleTasks in Page,system start load all modules on first page,also MMM-GoogleTasks is present there. I have try to put it alone in one page to have it by itself,but always same mistake!
        I have try to change positions,but nothing helps
        Thank you for answers!

        W 1 Reply Last reply May 31, 2021, 10:12 PM Reply Quote 0
        • W Offline
          waldemarkotansk @heeroy
          last edited by May 31, 2021, 10:12 PM

          @heeroy Hello! I know its been a while, but did u find out what was the problem?

          1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @hco125
            last edited by sdetweil May 31, 2021, 10:26 PM May 31, 2021, 10:22 PM

            @hco125 said in MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler:

            TypeError: Cannot convert undefined or null to object
            at Function.keys ()

            bug…

            missing data, when display is requested

            do this

            edit MMM-GoogleTasks.js

            change line 37
            from

            		this.tasks;
            

            to

            		this.tasks= {};
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            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