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

    Posts

    Recent Best Controversial
    • Can all MM related npm's be updated?

      Please see this issue:
      https://github.com/MichMich/MagicMirror/issues/1210

      Has anyone fully updated their MM and it’s fully working?

      posted in Troubleshooting
      E
      E3V3A
    • RE: New Raspberry Pi 3+

      Oh, pleeeease. Still no MIC input and still no more RAM. :)

      posted in Hardware
      E
      E3V3A
    • RE: New Raspbian Updates -- OK

      @webweaves The full one!

      posted in General Discussion
      E
      E3V3A
    • RE: Smart home status display - not a mirror

      looks very pro

      posted in Show your Mirror
      E
      E3V3A
    • RE: Is it possible to run a module stand-alone without the MM framework?

      @j.e.f.f Thank you. Yeah, that seem to be the best dev solution so far.

      posted in Development
      E
      E3V3A
    • New Raspbian Updates -- OK

      I just got pushed the latest Raspian Stretch upgrade to:

      # uname -a
      Linux mmm 4.9.80-v7+ #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l GNU/Linux
      
      # sudo lsb_release -a
      No LSB modules are available.
      Distributor ID: Raspbian
      Description:    Raspbian GNU/Linux 9.3 (stretch)
      Release:        9.3
      Codename:       stretch
      

      After doing sudo apt upgrade (116 MB) it broke my splash screen and reset all other /boot/cmdline.txt settings to original:

      dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=xxxxxxxx-yy rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait splash plymouth.ignore-serial-consoles quiet
      

      Make sure you make a backup of this file, and the MM splash image.
      I’m still investigating what else has changed…

      EDIT:

      Ok, it seem fairly safe, unless you have made other OS changes.

      posted in General Discussion
      E
      E3V3A
    • Is it possible to run a module stand-alone without the MM framework?

      After having spent 3 months starting and restarting the MM framework a thousand times, for debugging purposes, I came up with the question, if there is a way to run a mudule without the MM framework. After all, we have already installed all the pieces and dependencies, the default config is already present in the module itself and so on.

      So what would it take to run a module stand-alone?
      (No worry about the layout, positioning and CSS.)

      posted in Development
      E
      E3V3A
    • RE: Flushing pm2 logs

      I just want to add, that using pm2 flush in a script (for restart purposes) may not work as expected. The next operation will start immediately, before flush completes, and thus the new thread will already start writing to the file, blocking it from getting cleared.

      You need to wait for the entire thread to finish, like this:

      pm2 flush; pm2 start mm; echo "this doesn't clear the logs";
      
      pm2 flush &&  pm2 start mm; echo "now it works";
      
      posted in Core System
      E
      E3V3A
    • RE: MMM-PublicTransportHafas – Public transport information for all stations known to Deutsche Bahn

      @raywo Hi goal and standards are noble, but I think trying to get some money via Patreon is a dead end. People hate to sign up for (new) stuff to send some pocket cash here and there. He would probably benefit more from getting a crypto currency account. Or some other big payment chain. That said, those bloody public transportation agencies should donate him some living funds!

      posted in Transport
      E
      E3V3A
    • RE: MMM-FlightsAbove - Display all flights in the sky above you

      Just added a colored legend to the table footer.

      fooooter

      posted in Transport
      E
      E3V3A
    • 1 / 1