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

    Topics

    • D

      Help with Crontab starting pm2 mm.sh

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      8
      0 Votes
      8 Posts
      478 Views
      S
      @DDE12 yes
    • D

      Failed to get fd for plane and Failed to export buffer to dma_buf errors

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      1k Views
      D
      Thank you! I will try to not lose too much sleep over it. :)
    • D

      Do modules stop requesting API data when monitor is off or module is hidden?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      721 Views
      BKeyportB
      @sdetweil I simplifed out the details on purpose… Trying to keep it simple, Stupid (KISS) :)
    • D

      How can elements in the default weather module be moved

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      12
      2
      0 Votes
      12 Posts
      2k Views
      S
      @DDE12 make the icon 1.5em then you need to size the div the spans are in
    • D

      Delay loading of one instance of a module and not another

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      7
      1
      0 Votes
      7 Posts
      924 Views
      D
      @sdetweil Seems to be working great! Thank you very much for taking the time to make this a multi-instance module! Also great that you eliminated the need for npm install node-fetch@2. Even though I don’t know very much about java script, I understand it much better than these horoscopes :grinning_squinting_face:
    • D

      MMM-AlexaControl not changing MMM-Carousel pages anymore

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      0 Votes
      4 Posts
      566 Views
      S
      @DDE12 awesome!! thanks for the feedback
    • D

      Region, module, and module content alignment

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      1
      0 Votes
      2 Posts
      925 Views
      S
      @DDE12 as you look at the locations in the bottom region is position:absolute, so these are the ACTUAL positions you see the left is pixel 0 (left edge) to pixel 834 right is pixel 834 to 0 (right edge) the middle is 630 from left and 204 from right left and middle are approx 751 (of the 834) pixels in the center of their space for data (not margin or padding) right is wider
    • D

      Electron screen becomes blank after a period of time

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      13
      0 Votes
      13 Posts
      4k Views
      S
      @BKeyport also, there have been image size issues as well. many of the NASA images are huge
    • D

      MM screen doesn't start but can access through web browser

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      0 Votes
      6 Posts
      1k Views
      S
      @DDE12 try this edit js/electron.js and change this , approx line 70 in the develop branch let address = (config.address === void 0) | (config.address === "") ? (config.address = "localhost") : config.address; to this let address = (config.address === void 0) | (config.address === "") | (config.address === "0.0.0.0") ? (config.address = "localhost") : config.address; previous issue, reopened https://github.com/MichMich/MagicMirror/issues/2550
    • D

      Config template file not exists, no ensubst

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      8
      0 Votes
      8 Posts
      2k Views
      D
      @sdetweil The temp fix worked. Thank you!
    • D

      Javascript equivalent of @import in css

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      9
      0 Votes
      9 Posts
      1k Views
      S
      @DDE12 thanks… and can open issue in module… an example fun time in defaults foo: false, // must be boolean? later if(this.config.foo) element.innerHtml=this.config.foo // no is a string
    • D

      Module is changing width of position

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      1
      0 Votes
      5 Posts
      817 Views
      D
      @BKeyport That works great! Thank you!
    • 1 / 1