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

    Posts

    Recent Best Controversial
    • RE: MMM-WatchDog

      Found this. Can this b the reason it did not restart again?

      When your app stays up for less than min_uptime (1s by default) until max_restarts (15 by default) is exceeded, it will stop restarting. So the most likely explanation here is that your app keeps crashing over and over for some reason. Whenever it stays up for longer than min_uptime, max_restarts is reset, so the default values should work just fine.

      posted in System
      R
      rak
    • RE: MMM-WatchDog

      Hello guys,

      I have mm running via PM2 already. I installed MMM-Watchdog. The gui crashed this night, but it did not restart. What did I do wrong?

      My PM2 looks like this …

      $ pm2 info MagicMirror
       Describing process with id 0 - name MagicMirror 
      ┌───────────────────┬──────────────────────────────────────────┐
      │ status            │ online                                   │
      │ name              │ MagicMirror                              │
      │ restarts          │ 0                                        │
      │ uptime            │ 37m                                      │
      │ script path       │ /home/pi/MagicMirror/installers/mm.sh    │
      │ script args       │ N/A                                      │
      │ error log path    │ /home/pi/.pm2/logs/MagicMirror-error.log │
      │ out log path      │ /home/pi/.pm2/logs/MagicMirror-out.log   │
      │ pid path          │ /home/pi/.pm2/pids/MagicMirror-0.pid     │
      │ interpreter       │ bash                                     │
      │ interpreter args  │ N/A                                      │
      │ script id         │ 0                                        │
      │ exec cwd          │ /home/pi                                 │
      │ exec mode         │ fork_mode                                │
      │ node.js version   │ N/A                                      │
      │ node env          │ N/A                                      │
      │ watch & reload    │ ✔                                        │
      │ unstable restarts │ 0                                        │
      │ created at        │ 2018-09-09T08:36:00.617Z                 │
      └───────────────────┴──────────────────────────────────────────┘
       Revision control metadata 
      ┌──────────────────┬────────────────────────────────────────────────┐
      │ revision control │ git                                            │
      │ remote url       │ https://github.com/MichMich/MagicMirror.git    │
      │ repository root  │ /home/pi/MagicMirror                           │
      │ last update      │ 2018-09-07T00:04:31.656Z                       │
      │ revision         │ 6aa156d95667b230264fd99c5df877b25759e710       │
      │ comment          │ Merge pull request #1343 from MichMich/develop │
      │ branch           │ master                                         │
      └──────────────────┴────────────────────────────────────────────────┘
      
      posted in System
      R
      rak
    • RE: MMM-GoogleMapsTraffic

      Hi,

      I added a pull request to the original module which adds markers and an option for transparent maps.

      Have fun.

      Regards
      Ralf

      posted in Transport
      R
      rak
    • RE: MMM-GoogleMapsTraffic

      @aurelsam asked for markers. I built this in a very generic way. Will create a pull request soon.

      posted in Transport
      R
      rak
    • RE: Apple TV meets MagicMirror.

      Thanks. Works like a charm. Did you “resize” the GoogleMapsTraffic somehow? Mine shows with very thick green lines for the highway/traffic. Can one with CSS resize the map to say 50% and double the size of the underlying graphic, which would thin out the lines a bit,

      posted in Showcase
      R
      rak
    • RE: Apple TV meets MagicMirror.

      This looks awesome. Thanks for sharing.

      Two questions. Can you post some samples from your custom css on the drop shadow? I was not able to solve this yet.

      Second point. When you create a snazzy map. How can you integrate it in MMM-GoogleMapsTraffic. I want to add markers for mine and my wifes work place. Is that possible?

      posted in Showcase
      R
      rak
    • MMM-GoogleMapsTraffic breaks MMM-KeyBindings

      Hello,

      I am stuck. My MagicMirror runs perfect and I can switch Pages with a Firefox remote easily for a very complex set of modules and pages.

      When I introduce MMM-GoogleMapsTraffic to the mix the MMM-KeyBinding breaks. I cant turn on/off the mirror.

      Anyone a clue why? Can someone please provide me a hint where to search?

      Regards
      Ralf

      posted in Troubleshooting
      R
      rak
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      Another thing. The evdev “process” stopps working every now and than. A pm2 start evdev, gets it going again. Any clue how I could troubleshoot this?

      posted in Utilities
      R
      rak
    • RE: MMM-forecast-io -- Localized up to the minute weather

      Hello,

      because it meant to be for Grad Celcius and not Grad Fahrenheit. When ever will US go to a metric system ,-).

      Fix is easy.

      Search in modules/MMM-forecast-io/MMM-forecast-io.js for

      id: 'temperature',
                  position: 'left',
                  ticks: {
                    suggestedMin: 10,
      

      and change suggestedMin to you choosing, like 70 … .

      Enjoy.

      For the bars. You need more space. Make the module wider, or reduce the font size (custom.css).

      posted in Utilities
      R
      rak
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      Solved it.

      I added “pairable on” to the mix. After that it worked.

      Works like a charm. Only thingis that after restarting MagicMirror (pm2 restart MagicMirror) the evdev service ist typically stopped and needs a restart as well (pm2 start evdev).

      Not sure whats missing here.

      posted in Utilities
      R
      rak
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      @shbatm, did you had a chance to look into this? Thanks for an update.

      posted in Utilities
      R
      rak
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      @shbatm Thanks. Much appreciated. No urgent need. Looking forward to your reply.

      I tried both. GUI and command line. Both gave the same error message. I even tried a 2nd remote without success. Same error message.

      posted in Utilities
      R
      rak
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      Hello guys,

      I cant get the remote connected to the R3B+. I stuck. Searching the web like cracy since yetserday evening with no result.

      It seems the pairing fails bc of the message “ServicesResolved: no”

      Any clue whats missing?

      $ sudo bluetoothctl 
      [NEW] Controller B8:27:EB:DF:FF:D1 raspberrypi [default]
      [bluetooth]# agent on
      Agent registered
      [bluetooth]# scan on
      Discovery started
      [CHG] Controller B8:27:EB:DF:FF:D1 Discovering: yes
      [NEW] Device C4:95:00:6F:19:8A Amazon Fire TV Remote
      [CHG] Device C4:95:00:6F:19:8A RSSI: -66
      [CHG] Device C4:95:00:6F:19:8A RSSI: -74
      [CHG] Device C4:95:00:6F:19:8A RSSI: -62
      [bluetooth]# scan off
      Discovery stopped
      [bluetooth]# pair C4:95:00:6F:19:8A
      Attempting to pair with C4:95:00:6F:19:8A
      [CHG] Device C4:95:00:6F:19:8A Connected: yes
      Request confirmation
      [agent] Confirm passkey 301420 (yes/no): yes
      [CHG] Device C4:95:00:6F:19:8A Modalias: usb:v1949p0410d0304
      [CHG] Device C4:95:00:6F:19:8A UUIDs: 00001101-0000-1000-8000-00805f9b34fb
      [CHG] Device C4:95:00:6F:19:8A UUIDs: 00001124-0000-1000-8000-00805f9b34fb
      [CHG] Device C4:95:00:6F:19:8A UUIDs: 00001200-0000-1000-8000-00805f9b34fb
      [CHG] Device C4:95:00:6F:19:8A ServicesResolved: yes
      [CHG] Device C4:95:00:6F:19:8A Paired: yes
      Pairing successful
      [CHG] Device C4:95:00:6F:19:8A ServicesResolved: no     <<<<< THIS sounds strange to me
      [CHG] Device C4:95:00:6F:19:8A Connected: no
      
      [bluetooth]# trust C4:95:00:6F:19:8A
      [CHG] Device C4:95:00:6F:19:8A Trusted: yes
      Changing C4:95:00:6F:19:8A trust succeeded
      
      [bluetooth]# devices
      Device 4F:8A:AE:69:E9:71 4F-8A-AE-69-E9-71
      Device 6A:79:D3:6A:17:13 6A-79-D3-6A-17-13
      Device C4:95:00:6F:19:8A Amazon Fire TV Remote
      Device 61:A4:04:D0:5D:66 61-A4-04-D0-5D-66
      Device 6E:91:C7:B3:7A:C8 6E-91-C7-B3-7A-C8
      [bluetooth]# trust C4:95:00:6F:19:8A
      Changing C4:95:00:6F:19:8A trust succeeded
      [bluetooth]# pair C4:95:00:6F:19:8A
      Attempting to pair with C4:95:00:6F:19:8A
      Failed to pair: org.bluez.Error.AlreadyExists
      [bluetooth]# conntect C4:95:00:6F:19:8A
      Invalid command
      [bluetooth]# connect C4:95:00:6F:19:8A
      Attempting to connect to C4:95:00:6F:19:8A
      [CHG] Device C4:95:00:6F:19:8A Connected: yes
      Failed to connect: org.bluez.Error.Failed
      [CHG] Device C4:95:00:6F:19:8A Connected: no
      [bluetooth]# 
      
      posted in Utilities
      R
      rak
    • RE: Currated Art

      @maros Thanks for jumping in. I am using MMM-Wallpaper already.

      Its about a good source for curated art/pictures to show.

      I found Saatchiart, Artspace, Magnum Photos, Albertina, but was not able to find a plugin which pulls comparable sources.

      posted in Requests
      R
      rak
    • Currated Art

      Hi guys,

      There are commercial products out there which show currated art on a magicmirror like picture frame (glas instead of mirror).

      Canvia
      https://palacio.life

      Framen
      http://www.myframen.com

      Meural
      https://meural.com

      Two different paths here

      /1/ has anyone one of these or similar products and tried to get MMM running?

      /2/ I like the idea of subscribing to an art feed. Is there a similar service/solution which can be used to have a similar experience directly on MMM?

      Regards
      Ralf

      posted in Requests
      R
      rak
    • RE: Black screen after some hours

      For me it runs stable since removing the update module.

      posted in Troubleshooting
      R
      rak
    • RE: Black screen after some hours

      3rd day. No black screen anymore. I think we identified the root cause.

      posted in Troubleshooting
      R
      rak
    • RE: Make Text color inverting the background image

      @ninjabreadman, thanks a lot for trying to help. You are right in your assumption, that I dont fully understand CSS. I am learning as we speak.

      The site you mentioned is the one I found as well and followed. Unsuccessful. It is working for the copyright text/title of the Wallpaper module. So I cant be to far off. But not for the clock.

      From what I found out so far is that the problem is that the wallpaper and the clock are not in the same “stacking index” which I tried to solve following this article.

      posted in Custom CSS
      R
      rak
    • RE: Make Text color inverting the background image

      Seems no one can help.

      I was able to get it some kind of working following this article with adding

      .clock div.time.bright.large.light /*span.bold*/ {
        margin-top: 20px;
        font-size: 65pt;
        color: white;   
        z-index: 1;
        mix-blend-mode: difference;
        position: absolute;
      }
      
      .MMM-Wallpaper .wallpaper {
        position: absolute;
        z-index: 1;
        mix-blend-mode: difference;
      }
      

      But doing so the background gets blended two consecutive pictures. This is because MMM-Wallpaper has two IMG elements. One for the old one and one for the new one.

      Not there yet …

      This is just to keep you posted in case you want to help ,-).

      posted in Custom CSS
      R
      rak
    • RE: Black screen after some hours

      Same here. I turned down the updatenotification module. See if this helps. Will keep you posted.

      posted in Troubleshooting
      R
      rak
    • 1 / 1