• 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 makes MMM-CalendarExt disappear when applied to config file

Scheduled Pinned Locked Moved Troubleshooting
11 Posts 3 Posters 1.9k 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.
  • R Offline
    RyanRoyster
    last edited by May 9, 2020, 12:11 AM

    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 May 9, 2020, 1:19 AM Reply Quote 0
    • S Away
      sdetweil @RyanRoyster
      last edited by May 9, 2020, 1:19 AM

      @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

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • R Offline
        RyanRoyster
        last edited by May 10, 2020, 8:06 PM

        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 Offline
          RyanRoyster
          last edited by May 11, 2020, 11:55 AM

          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 B 2 Replies Last reply May 11, 2020, 11:58 AM Reply Quote 0
          • R Offline
            RyanRoyster @RyanRoyster
            last edited by May 11, 2020, 11:58 AM

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

            1 Reply Last reply Reply Quote 0
            • B Offline
              bhepler Module Developer @RyanRoyster
              last edited by May 11, 2020, 12:34 PM

              @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 May 11, 2020, 12:58 PM Reply Quote 0
              • R Offline
                RyanRoyster
                last edited by May 11, 2020, 12:36 PM

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

                1 Reply Last reply Reply Quote 0
                • S Away
                  sdetweil @bhepler
                  last edited by May 11, 2020, 12:58 PM

                  @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

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    RyanRoyster
                    last edited by May 11, 2020, 1:37 PM

                    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 Offline
                      RyanRoyster
                      last edited by May 11, 2020, 1:40 PM

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

                      B 1 Reply Last reply May 11, 2020, 9:40 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        7/11
                        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