Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    MMM-GoogleTasks makes MMM-CalendarExt disappear when applied to config file

    Troubleshooting
    3
    11
    55
    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.
    • R
      RyanRoyster last edited by

      I am completely new to all of this so I am kinda just learning as I go along. I’ve never coded before even though I have a more than average knowledge about computers. So right now I am having an issue that I can’t seem to find a resolve for yet. Every time I add google tasks to config it completely takes off my calendar…

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

        @RyanRoyster does it push it off screen?

        edit the css/main.css and comment out

        html {
          /*cursor: none; */
          /*overflow: hidden;*/
          background: #000;
        }
        

        then u can scroll the page… see if it is off page
        overflow:hidden means any content outside the borders is never shown

        1 Reply Last reply Reply Quote 0
        • R
          RyanRoyster last edited by

          I will check it out when I get home. That was gonna be another question I was going to ask, whether I would be able to add pages or not… will update with the outcome…

          1 Reply Last reply Reply Quote 0
          • R
            RyanRoyster last edited by

            Not sure what it is you’re asking me to change, the overflow is already as “hidden”… I did some research and tried “scroll” but that doesn’t seem to work either. Not sure how I am suppose to scroll… but there doesn’t seem to be anything that allows me to.

            R bhepler 2 Replies Last reply Reply Quote 0
            • R
              RyanRoyster @RyanRoyster last edited by

              @RyanRoyster I think it is on another page, but I can’t change pages…

              1 Reply Last reply Reply Quote 0
              • bhepler
                bhepler Project Sponsor @RyanRoyster last edited by

                @RyanRoyster - Since the magic mirror is essentially a web page, you can point your computer/tablet at the magic mirror’s network address. You will be able to bring up the magic mirror interface in your web browser and you can then check for a scroll bar.

                S 1 Reply Last reply Reply Quote 0
                • R
                  RyanRoyster last edited by

                  just for the sake of simplicity, how do i find the address of the magicmirror itself?

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

                    @bhepler >you can point your computer/tablet at the magic mirror’s network address

                    IF the MM config allows remote access

                    address:"0.0.0.0",
                    ipWhitelist:[],
                    

                    unless u configured exact settings

                    address:"localhost", 
                    

                    means ONLY apps INSIDE the mirror can access the mirror web address

                    1 Reply Last reply Reply Quote 0
                    • R
                      RyanRoyster last edited by

                      Sorry man I’m still not getting it. I keep changing ip’s and checking different settings and I cant seem to connect to an IP address to open the MM

                      1 Reply Last reply Reply Quote 0
                      • R
                        RyanRoyster last edited by

                        I even changed it to any ip… can you give me a real sample of what its suppose to look like?

                        bhepler 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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