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
    • RE: Images & Videos

      Sure it is accessible - I just set up the nfs share myself.
      All the images are listed when I give ls -la /nfs/MIRROR command …

      $ ls -l /nfs/MIRROR/
      total 748
      -rw-rw-r-- 1 pi pi 157448 nov 16 13:18 IMG-20161116-WA0004.jpg
      -rw-rw-r-- 1 pi pi 90988 nov 18 14:07 IMG-20161118-WA0004.jpg
      -rw-rw-r-- 1 pi pi 188982 nov 25 13:30 IMG-20161125-WA0002.jpg
      -rw-rw-r-- 1 pi pi 197352 dec 8 23:55 IMG-20161127-WA0023.jpg
      -rw-rw-r-- 1 pi pi 117901 dec 14 12:01 IMG.jpg

      posted in Troubleshooting
      Z
      zkab
    • RE: Images & Videos

      OK - now I got this …

      $ npm install

      magic-mirror-module-random-background@0.0.1 postinstall /home/pi/MagicMirror/modules/MMM-RandomBackground
      ./scripts/post-install.sh

      Post install [in the future this creates a share to photos]
      magic-mirror-module-random-background@0.0.1 /home/pi/MagicMirror/modules/MMM-RandomBackground
      ├── jquery@2.2.4
      └─┬ recursive-readdir@2.1.0
      └─┬ minimatch@3.0.2
      └─┬ brace-expansion@1.1.6
      ├── balanced-match@0.4.2
      └── concat-map@0.0.1

      npm WARN magic-mirror-module-random-background@0.0.1 No repository field.

      But still I don’t get any picture from /nfs/MIRROR … hmmm

      posted in Troubleshooting
      Z
      zkab
    • RE: Images & Videos

      Some feedback …
      Install gave this warnings:

      pi@mirror:~/MagicMirror/modules $ npm install
      npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/package.json’
      npm WARN enoent ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/modules/node_modules/node_helper/package.json’
      npm WARN modules No description
      npm WARN modules No repository field.
      npm WARN modules No README data
      npm WARN modules No license field.

      Here is my config.js with your module :

      module : ‘MMM-RandomBackground’,
      position : ‘fullscreen_below’, // Any region but this one makes the most sense
      config: {
      animationSpeed: 2000,
      updateInterval: 5000,
      photoDirectories: ‘/nfs/MIRROR’
      }

      As you can see the photos are in a NFS share on my server.
      What I got is a totally black screen …
      Where have I missed ?

      posted in Troubleshooting
      Z
      zkab
    • RE: Images & Videos

      Thanks - I will test it and keep up posted …

      posted in Troubleshooting
      Z
      zkab
    • Images & Videos

      I want to display images and videos in the center of the screen.
      Also I want them to appear with effects … is it possible ?

      posted in Troubleshooting
      Z
      zkab
    • RE: Newsfeed module behaves differently than Compliments with custom.css?

      It works great - I am learning more and more thanks to this forum …
      But if I want to change color for the calendar entries (Christmas Day, Boxing Day …)
      Didn’t find it calendar.js …

      .calendar .??? {
      color: #a2d2f6;
      }

      posted in Development
      Z
      zkab
    • RE: Newsfeed module behaves differently than Compliments with custom.css?

      Still struggling with fonts & colors …
      When I insert following in custom.css I don’t get the color for calendar …

      .calendar .small {
      color: #a2d2f6;
      }

      The message Loading … is in right color but when the calendar shows it it still in white … same thing with

      .calendar .dimmed {
      color: #a2d2f6;
      }

      Where have I missed ?

      posted in Development
      Z
      zkab
    • RE: Newsfeed module behaves differently than Compliments with custom.css?

      Thanks - it works …

      posted in Development
      Z
      zkab
    • RE: Newsfeed module behaves differently than Compliments with custom.css?

      I get the bigger fonts in newsfeed but still white color … hmmm
      My custom.css looks like this

      body {
      }
      .newsfeed .medium {
      font-size: 60px;
      font-color: #e6e600;
      line-height: 60px;
      }
      .brightb {
      color: #a2d2f6;
      }
      .wi-sunrise {
      color: #ff0;
      }
      …

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