MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mmmmh
    3. Topics
    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 9
    • Posts 60
    • Groups 1

    Topics

    • M

      Can't control CalendarExt2 with Scenes2. Hide indicators.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      5
      0 Votes
      5 Posts
      407 Views
      M
      @mmmmh OK, Here’s what I did: I can control everything else with Scenes2 and for CalendarExt I use Remote-Control’s REST API.
    • M

      MMM-Touch or similar without visible module

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      7
      0 Votes
      7 Posts
      304 Views
      M
      @MMRIZE said in MMM-Touch or similar without visible module: @mmmmh useDisplay: false, Yes. I think this does it. In the beginning I thought it just disabled visual feedback but it seems it actually hides the module. I’ll test it some more and will come back.
    • M

      Big 'core' file (1.3G)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      850 Views
      M
      Thanks for the quick reply. I looked at the file details and the creation date. It’s from a while back and knowing now that its a core dump I’ll delete it.
    • M

      Official RPI Touchscreen, control screen blanking without disabling it

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      1
      0 Votes
      1 Posts
      699 Views
      M
      The official Raspberry Pi touchscreen activates a screensaver without documented settings. The screen wakes up when touched. Generally, I would like to keep it that way but I also want to be able to wake up the screen programmatically. If possible, I would also like to tweak the activation time. I know how to turn the backlight on and off and how to dim the screen but does anyone know how to manage this screensaver?
    • M

      Notification from iFrame? (MMM-Glance and ...?)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Requests
      4
      0 Votes
      4 Posts
      1k Views
      M
      OK, for posterity, here’s what I did. I used MMM-Remote-Control and created a button element that calls a function that issues a get request. Interestingly, when I put the URL in the button code the request was rejected (no cross-origin request allowed) but when after I put the URL in the function it worked. function toggleCal() { var myUrl = "http://mypi.local:8080/remote?action=TOGGLE&module=MMM-CalendarExt"; console.log("getting " + myUrl) var xmlHttp = new XMLHttpRequest(); xmlHttp.open("GET", myUrl, false); // false for synchronous request xmlHttp.send(null); return xmlHttp.responseText; }; The button code gets mangled here. I had to add spaces < button onclick="toggleCal()">Calender on/off< /button>
    • M

      Finding module with high external traffic

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      9
      0 Votes
      9 Posts
      2k Views
      M
      @Sean I checked again, you are right, polling is the only option. Thanks for your cool module!
    • M

      Issue with image caching (Electron?)

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      1k Views
      M
      My mirror fetches minimal web pages with images that change in content but keep the same file name. The URLs include basics authentication credentials (I don’t know if that matters). Both, MMM-iFrame and MMM-iFrameReload show missing image icons unless I delete Electron’s cache. How can I fix this?
    • M

      Multiple Clients / Working with Classes?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      816 Views
      M
      Maybe it is too obvious and I cannot see the wood for the trees, but I don’t know how to serve different layouts/content to two different clients. I understand that assigning classes to individual modules in the settings is one way to differentiate what gets displayed, but how is the class determined on the client-side? I run MMM as server-only and plan to use two different Raspberry Pis to display its specific layout. Can I pass an identifying string with the URL? Or is running two separate instances from different directories the better way?
    • M

      Calendar to show begin and end times

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      2k Views
      M
      @Sean Awsome. This looks very promising, thank you. There’s so much to configure, it’ll keep me busy for the next days.
    • 1 / 1