Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. oscarkindberg
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Best 0
    • Groups 0

    oscarkindberg

    @oscarkindberg

    0
    Reputation
    521
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    oscarkindberg Follow

    Latest posts made by oscarkindberg

    • RE: Motion Detector

      @phoenixrising Sorry! I meant timeout: 10000 in config.js file. Copy pasted wrong part

      posted in Utilities
      O
      oscarkindberg
    • RE: Motion Detector

      @danielis Actually got it to work now, changed to “updateInterval: 10000” from “updateInterval: 1000” and in diff-cam-engine.js I changed captureIntervalTime to 1000 instead of 100.

      Made it easier on the RBP3 i think.
      Downloaded MMM-SystemStats to keep check on sysload during config and it’s lookin’ good now.
      Thanks for the help! I’ll comeback with a picture of the mirror as soon as my mirrorglas arrives.

      posted in Utilities
      O
      oscarkindberg
    • RE: Motion Detector

      @danielis Where do I fint that? I’ve searched all the .js files in the module and config.

      posted in Utilities
      O
      oscarkindberg
    • RE: Motion Detector

      @in_a_days Hit! Works now, BUT next issue.
      After 5-6 min the screens goes white, can’t find anything in the code that would cause that.

      posted in Utilities
      O
      oscarkindberg
    • RE: Motion Detector

      Hi!

      I’m trying to get this to work, have a USB cam attached to the RPI3 and installed the .js.
      But when I add the code:

      {
      module: ’motiondetector’,
      config:
      }
      }

      Am I missing something? Because it only give me errors… 😞

      (new to this)

      posted in Utilities
      O
      oscarkindberg
    • RE: Trying to add a background picture, {Body} doesnt work

      @Wedee I realised that after several tries and errors. I work in photoshop on a daily basis and I think in layers so to speak.

      posted in Troubleshooting
      O
      oscarkindberg
    • RE: Trying to add a background picture, {Body} doesnt work

      Thanks!
      No I wasn’t embarrassing enough haha.

      Got it right now tho!

      posted in Troubleshooting
      O
      oscarkindberg
    • Trying to add a background picture, {Body} doesnt work

      Hi!

      Im trying the code:

      body {
      background-image: url(“paper.gif”);
      background-color: #cccccc;
      }

      Can’t get it to work tho, kinda new to this.
      I want a faded out picture behind the mirror, so my plan is to choose an image and then place a layer of grey over with aprox 50-60% transparency

      Any takers?

      posted in Troubleshooting
      O
      oscarkindberg