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-Remote-Control can't hide MMM-CalendarExt2

    Scheduled Pinned Locked Moved Solved Troubleshooting
    5 Posts 2 Posters 865 Views 2 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.
    • M Offline
      MacG
      last edited by MacG

      For me, this is the first project with a Raspberry Pi. I am building a dashboard. MagicMirror is great and there are already modules installed that I hadn’t thought of before.

      Now to my problem. I am using CalendarExt2 because I could not get the older CalendarExt to work. It looks fine so far, only I can’t hide CalendarExt2 with Remote-Control. It is also not offered to me at “Edit View”. With “Hide all” all modules disappear, except the CalendarExt2. With Remote-Control on the cell phone, however, CalendarExt2 can be found under “Updates”. Why not in “Edit View”? Is it possible to add this function somehow?

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @MacG
        last edited by

        @macg u would have to ask the Remote control owner. post an issue to the module on github

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          MacG @sdetweil
          last edited by

          @sdetweil Thank you, I just did.

          Via another Issue, I came to a URL command that does what I wanted.

          http://localhost/remote?action=HIDE&force=true&module=MMM-CalendarExt2

          Show again works also.
          http://localhost/remote?action=SHOW&force=true&module=MMM-CalendarExt2

          1 Reply Last reply Reply Quote 1
          • M Offline
            MacG
            last edited by

            Here is the answer from the programmer:

            “What you can do, is use a custom menu to show or hide the module. You can read more about it in here
            Or, to just get over it with some simple coding, set a class for that module.”

            I will try it with class.

            1 Reply Last reply Reply Quote 0
            • M Offline
              MacG
              last edited by

              It works with class.

              classes:  {
                   "Hide and show Calendar": {
                         toggle: ["MMM-CalendarExt2"],
                         },
              }
              

              But there is a third possibility. I use CalendarExt2 only for one calendar in “views: []”. I copied its position under the line “modules = ‘MMM-CalendarExt2’,”. Now it is visible in the “Edit View” of MMM-Remote-Control. :)

              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