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

    Posts

    Recent Best Controversial
    • Rolling Banner

      How can I use Hello World to create a rolling text … like a banner

      posted in Troubleshooting
      Z
      zkab
    • Make display black

      When I stop MM (pm2 stop mm) and turn monitor off (xset -display :0.0 dpms force off) then in a low light I can see the display as dark grey.
      Is there a way to make the monitor pitch black by displaying black color all over the screen ?

      posted in Troubleshooting
      Z
      zkab
    • RE: Update question

      OK - thanks

      posted in Troubleshooting
      Z
      zkab
    • Update question

      I made an update with ‘cd /home/pi/MagicMirror && git pull && npm install’ and received a warning:
      npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed.

      What does that mean ?

      posted in Troubleshooting
      Z
      zkab
    • RE: Images & Videos

      Sorry - my mistake … I forgot to run ‘npm install’
      Now it works like a Swiss clock …
      Thanks again

      posted in Troubleshooting
      Z
      zkab
    • RE: Images & Videos

      Thanks for your reply - I update the software with ‘git pull’

      pi@mirror:~/MagicMirror/modules/MMM-RandomBackground $ git pull
      remote: Counting objects: 5, done.
      remote: Compressing objects: 100% (1/1), done.
      remote: Total 5 (delta 4), reused 5 (delta 4), pack-reused 0
      Unpacking objects: 100% (5/5), done.
      From https://github.com/Ultimatum22/MMM-RandomBackground
      868fc6c…03e3727 master -> origin/master
      Updating 868fc6c…03e3727
      Fast-forward
      .gitignore | 0
      LICENSE | 0
      MMM-RandomBackground.js | 33 ++++++++++++++++++++++++±-------
      node_helper.js | 21 ++++++++++++++++++±-
      package.json | 3 +±
      5 files changed, 46 insertions(+), 11 deletions(-)
      mode change 100644 => 100755 .gitignore
      mode change 100644 => 100755 LICENSE

      My ‘config.js’ looks like this:

      {
      module: ‘MMM-RandomBackground’,
      position: ‘fullscreen_below’,
      config: {
      randomOrder: false,
      animationSpeed: 100,
      updateInterval: 5000
      }

      But I get only a white screen … have you change the ‘photoDirectories’ also ?
      I still have the link ‘/home/pi/MagicMirror/modules/MMM-RandomBackground/photos’

      posted in Troubleshooting
      Z
      zkab
    • RE: Images & Videos

      I tested MMM-RandomBackground with 40 images and discovered that very often the same image was chosen two times in row.
      Don’t know how you choose the images order randomly but is there a way to eliminate the random algorithm and just display the images in the file name order they are in the folder …

      posted in Troubleshooting
      Z
      zkab
    • RE: Images & Videos

      Maybe I gave confusing information to you.
      MMM-RandomBackground doesn’t hide any other modules … what I ment was that some text from other modules are hard to read (light text on light background)
      ‘imageSize’ would solve that problem for me at once
      If you are going to dig in the code please prioritize this before ‘photoDirectories’ … that works OK as a temporay solution
      Thanks …

      posted in Troubleshooting
      Z
      zkab
    • RE: Images & Videos

      More feedback …
      The config should also include ‘imageSize’
      Now the image is full screen and it will hide other information on the screen (despite it is ‘fullscreen_below’)
      It would be good to have it centered with a customized size …

      posted in Troubleshooting
      Z
      zkab
    • RE: Images & Videos

      OK - it worked … but it is a temporary solution
      When are you going to implement photoDirectories config …

      posted in Troubleshooting
      Z
      zkab
    • 1
    • 2
    • 3
    • 4
    • 5
    • 3 / 5