MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    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 108
    • Topics 88
    • Posts 20,667
    • Groups 1

    Topics

    • S

      can i inject javascript as part of my modules getDom content?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      7
      0 Votes
      7 Posts
      2k Views
      S
      @sdetweil well, that was easy and works great!.. gotta figure out how to have a div with a fill color to replace the black edges when the pics are not fulls screen. also the bottom edge of the pic is clipped by the bottom of the screen somehow… half the newsfeed line is over the clip line
    • S

      Autostart woes

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      7
      0 Votes
      7 Posts
      3k Views
      lavolp3L
      I’d recommend trying to do it again using the description by MichMich https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror It is crystal clear from what I see, also describes what to do. "the doc for ‘pm2 startup’ doesn’t help me… ‘will give you the command u need to execute’ execute when, how? if unattended, who is ‘you’?" No offense, but btoh the doc and your terminal will show you exactly what to do. Copy a line of text the terminal throws out and execute it again. That’s the reason I’d suggest to do it again with a bit more patience. :-)
    • S

      MMM-ImagesPhotos hide black screen between images

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      2
      0 Votes
      2 Posts
      1k Views
      S
      well, i found a solution… I modified the ImagePhotos.js to create the div once. instead of each time. this reduces the flash. added an onload handler for the image in the div., start with the image hidden the onload handler changes the just loaded image to the required opacity and transitions this over 1.25 seconds. also getting current image size, and size of screen and adjusting to not clip or zoom it then checks to see if there is more than ONE image in the div (current and just loaded)… if so, it hides the old image, and then deletes that image from the div. repeat for next image.
    • S

      MMM-SleepWake using external motion detection source

      Watching Ignoring Scheduled Pinned Locked Moved System
      16
      3 Votes
      16 Posts
      9k Views
      S
      @mithatcak interesting
    • S

      Module suspend not being called

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      0 Votes
      3 Posts
      1k Views
      S
      this fix is now added to the develop branch, and will be merged to master at some time. Thanks Mitch
    • S

      how to detect main window size via code

      Watching Ignoring Scheduled Pinned Locked Moved Development
      4
      0 Votes
      4 Posts
      1k Views
      S
      @sean said in how to detect main window size via code: clientHeight thanks… duh, so easy!..
    • S

      programming model

      Watching Ignoring Scheduled Pinned Locked Moved Development
      11
      0 Votes
      11 Posts
      7k Views
      S
      thanks… the image is not shown in the dom, it is shown in a separate ‘browserwindow’, floating over the dom. i just loadUrl the image into the window, after creating and positioning it. the mirror code doesn’t know the images are there pictorial calendar reminders. I have tested that the helper needs to do all this window mgmt The scheduler module does scheduling (compare db data to calendar entries), start/stop viewer(s), and provide indirect services to load images depending on their source (file, dropbox, google drive, one drive). The viewer module just walks thru a list of urls (getNext()) and opens a window hidden, loads image, hides old window, shows new window, deletes old window. (avoid dead window during load and, minimize screen flash)
    • S

      what can i do in a module, porting from another mirror project

      Watching Ignoring Scheduled Pinned Locked Moved Development
      13
      0 Votes
      13 Posts
      4k Views
      idoodlerI
      @sdetweil Glad I could help you!
    • 1
    • 2
    • 3
    • 4
    • 5
    • 5 / 5