MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MacG
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 36
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Go Big ! Samsung TV

      My first idea would be to use the Raspberry Pi as an infrared transmitter using LIRC and send the appropriate ON/OFF commands to the TV.

      The second is that there are remote apps for cell phones. So there is also a Samsung TV network remote control protocol. This could also be used to control the TV. On Github, you can find some information about TCP/IP connections with “samsung remote”.

      posted in Hardware
      M
      MacG
    • RE: MMM-DWD-WarnWeather - Wetterwarnungen

      @majorc said in MMM-DWD-WarnWeather - Wetterwarnungen:

      … Is there a way to hide the hole module if no warnings are present at the moment? …

      I would want to have that as well. ;)

      posted in Utilities
      M
      MacG
    • RE: MMM-Remote-Control can't hide MMM-CalendarExt2

      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. :)

      posted in Troubleshooting
      M
      MacG
    • RE: MMM-Remote-Control can't hide MMM-CalendarExt2

      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.

      posted in Troubleshooting
      M
      MacG
    • RE: MMM-Remote-Control can't hide MMM-CalendarExt2

      @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

      posted in Troubleshooting
      M
      MacG
    • MMM-Remote-Control can't hide MMM-CalendarExt2

      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?

      posted in Troubleshooting
      M
      MacG
    • 1 / 1