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

    Topics

    • S

      Using the Raspberry Pi Camera to see through the mirror

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      24
      0 Votes
      24 Posts
      26k Views
      lolobyteL
      @Synthic Hi, here my cam through my mirror on daytime and with lights and my setup. All pictures later… This one cam through mirror with lights. [image: 1560008794368-06-2019_02_08-051500-snapshot.jpg] [image: 1560018283602-05-2019_02_22-110000-snapshot.jpg] [image: 1560018657794-img_0884-medium.jpg] [image: 1560018770275-img_0882-medium.jpg] [image: 1560018831925-img_0779-medium.jpg]
    • S

      How to only update specific parts of DOM

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      0 Votes
      2 Posts
      2k Views
      D
      @Synthic Call the text div directly. But since document.getelementsbytagname is messy (as is document.getelementsbyclassname) you should give this div an ID. var t = document.createElement("div"); t.id = "textarea"; t.innerHTML = "text"; // ... var u = document.getelementbyid("textarea"); u.innerHTML = "updated text";
    • 1 / 1