MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. d3r
    3. Posts
    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 3
    • Posts 107
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Chart - View your graphs on your Mirror

      That looks really good. I log my sense hat readings to a file on my pi. Would it be possible to use your module to read that data?

      posted in Utilities
      D
      d3r
    • RE: [Solved]How to start a python script @reboot?

      @pauabaer It’s easier to just make your python code executable. Then you can just start it with cron with
      @reboot /home/pi/monitor.py

      posted in General Discussion
      D
      d3r
    • RE: [Solved]How to start a python script @reboot?

      Look into cron.
      [Cron](https://thepihut.com/blogs/raspberry-pi-tutorials/34930820-running-things-regularly-cron

      posted in General Discussion
      D
      d3r
    • RE: Black mirror after update

      Same issue here. I’ll try a new config later.

      posted in Troubleshooting
      D
      d3r
    • RE: Nothing showing but app is running

      @dikkedimi said in Nothing showing but app is running:

      updated today and now I have a similar issue. App is running but the screen is black. Ran apt-get update & apt-get upgrade in the hopes it would fix itself, but nope :)

      pi@jarvis:~ $ pm2 log
      [TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option)
      /home/pi/.pm2/pm2.log last 15 lines:
      PM2        | 2017-04-02 18:19:27: PM2 PID file         : /home/pi/.pm2/pm2.pid
      PM2        | 2017-04-02 18:19:27: RPC socket file      : /home/pi/.pm2/rpc.sock
      PM2        | 2017-04-02 18:19:27: BUS socket file      : /home/pi/.pm2/pub.sock
      PM2        | 2017-04-02 18:19:27: Application log path : /home/pi/.pm2/logs
      PM2        | 2017-04-02 18:19:27: Process dump file    : /home/pi/.pm2/dump.pm2
      PM2        | 2017-04-02 18:19:27: Concurrent actions   : 2
      PM2        | 2017-04-02 18:19:27: SIGTERM timeout      : 1600
      PM2        | 2017-04-02 18:19:27: ===============================================================================
      PM2        | 2017-04-02 18:19:27: Starting execution sequence in -fork mode- for app name:mm id:0
      PM2        | 2017-04-02 18:19:27: App name:mm id:0 online
      PM2        | 2017-04-02 18:21:20: Stopping app:mm id:0
      PM2        | 2017-04-02 18:21:20: App [mm] with id [0] and pid [1474], exited with code [0] via signal [SIGINT]
      PM2        | 2017-04-02 18:21:20: pid=1474 msg=process killed
      PM2        | 2017-04-02 18:26:49: Starting execution sequence in -fork mode- for app name:mm id:0
      PM2        | 2017-04-02 18:26:49: App name:mm id:0 online
      
      /home/pi/.pm2/logs/mm-error-0.log last 15 lines:
      0|mm       | 
      0|mm       | 
      0|mm       | error: cannot open .git/FETCH_HEAD: Permission denied
      0|mm       | 
      0|mm       | 
      0|mm       | [29012:0402/175739.310033:FATAL:bus.cc(1197)] D-Bus connection was disconnected. Aborting.
      0|mm       | #0 0x0000011cf88c 
      0|mm       | #1 0x0000011bbc1a 
      0|mm       | #2 0x000001e9a6b6 
      0|mm       | 
      0|mm       | [1665:0402/181857.627309:FATAL:bus.cc(1197)] D-Bus connection was disconnected. Aborting.
      0|mm       | #0 0x0000011cf88c 
      0|mm       | #1 0x0000011bbc1a 
      0|mm       | #2 0x000001e9a6b6 
      0|mm       | 
      
      /home/pi/.pm2/logs/mm-out-0.log last 15 lines:
      0|mm       | Initializing new module helper ...
      0|mm       | Module helper loaded: calendar
      0|mm       | No helper found for module: currentweather.
      0|mm       | No helper found for module: airquality.
      0|mm       | No helper found for module: weatherforecast.
      0|mm       | No helper found for module: MMM-Hue.
      0|mm       | All module helpers loaded.
      0|mm       | Starting server on port 8666 ... 
      0|mm       | Starting server op port 8666 ... 
      0|mm       | Server started ...
      0|mm       | Connecting socket for: updatenotification
      0|mm       | Connecting socket for: calendar
      0|mm       | Starting node helper for: calendar
      0|mm       | Sockets connected & modules started ...
      0|mm       | Launching application.
      
      [STREAMING] Now streaming realtime logs for [all] processes
      
      pi@jarvis:~ $ tail -f /home/pi/.pm2/logs/mm-error-0.log
      [29012:0402/175739.310033:FATAL:bus.cc(1197)] D-Bus connection was disconnected. Aborting.
      #0 0x0000011cf88c 
      #1 0x0000011bbc1a 
      #2 0x000001e9a6b6 
      
      [1665:0402/181857.627309:FATAL:bus.cc(1197)] D-Bus connection was disconnected. Aborting.
      #0 0x0000011cf88c 
      #1 0x0000011bbc1a 
      #2 0x000001e9a6b6 
      

      I have the same problem as you. I run the server on a pi zero and the the display is on a pi3 on the same network. It loads fine without any erros on the pi zero but when I go to the website I only get a black screen.

      posted in Troubleshooting
      D
      d3r
    • RE: Toronto TTC (public transit) Info

      Hello, fellow torontionian. The github page has a module guide which would be a good place to start.
      I’d be happy to test your module.

      posted in Requests
      D
      d3r
    • RE: 5 extra points for the WAF :)

      @dementia Looks good.
      I like that monthly iframe calendar. I’ll check that website to see if I can get a weekly iframe calendar.

      posted in Show your Mirror
      D
      d3r
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @Journeytojah I see what you’re saying.
      The alexa devices sold by amazon are always listening but the code amazon have shared on their website is not. The alexa version available on their github is only activated on button press or can be voice ativated through snowboy or sensory. My understanding is that snowboy works offline and doesn’t require an internet connection. So yes, alexa could be spying on you but all alexa devices might not be. I am 90% sure mine isn’t but I could be wrong.

      posted in System
      D
      d3r
    • RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images

      @lucallmon said in MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images:

      @joanaz Where are your guides? The README.md is the only file I have to go on from your github page.

      There are two github repos. One is for the alexa skill and the other is for the module. You need to check both.

      posted in System
      D
      d3r
    • RE: MMM-SoccerLiveScore

      @bminer1 I installed the module on Sunday and the premier league games did get updated on mine.

      posted in Sport
      D
      d3r
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 6 / 11