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

    Posts

    Recent Best Controversial
    • RE: Magic Mirror with AI

      o.0

      dammit… Congrats man. Very very well done.

      posted in Show your Mirror
      cruunnerrC
      cruunnerr
    • RE: My First Mirror... until now ^^

      @fischi87

      Just type a header in the config:

      {
          			module: "MMM-EasyPix",
      			header: "WLAN-Code",
      			position: "bottom_left",
      			config: {
      				picName: "guest_wifi_config.png", // Enter the picture file name.
      				maxWidth: "150px",      // Size picture precisely. Retains aspect ratio.
      			}
      		},
      
      posted in Show your Mirror
      cruunnerrC
      cruunnerr
    • RE: Failed at the magicmirror@2.2.2 start script 'sh-run-start.sh'

      When u say yes for using pm2 while installation, it will make a MagicMirror process by itself.

      type pm2 status

      If there is a task called “MagicMirror”, then try:

      cd
      pm2 stop MagicMirror
      pm2 start mm.sh
      pm2 save

      edit: however i need to say, that 90 minutes is really really much!
      The whole installation of the raspbian OS including the MagicMirror took me about one hour

      and your mm.sh should look exactly like this:

      cd MagicMirror  //here must be a wordwrap. so don't use one line
      DISPLAY=:0 npm start
      

      to create this file type in console:

      cd
      nano mm.sh
      adding the lines above and save with “ctrl+x” and “y”
      chmod +x mm.sh

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Failed at the magicmirror@2.2.2 start script 'sh-run-start.sh'

      did you set it up freshly?
      i can’t imagine that you haven’t crashed something before. Please try a new installation of raspbian

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Downgrade Magic Mirror?

      great :)

      first i tried it with “192.168.178.0/24”, too but couldn’t get it work. i read something about disabling IPv6 would help etc.

      but however i am glad u got it working

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Downgrade Magic Mirror?

      well, i allowed to listen to all ip’s at all:

      var config = {
              address: "0.0.0.0", // Address to listen on, can be:
                                    // - "localhost", "127.0.0.1", "::1" to listen on lo$
                                    // - another specific IPv4/6 to listen on a specific$
                                    // - "", "0.0.0.0", "::" to listen on any interface
                                    // Default, when address config is left out, is "loc$
              port: 8080,
              ipWhitelist: [], // Set [] to allow all IP addresses
                                                                     // or add a specifi$
                                                                     // ["127.0.0.1", ":$
                                                                     // or IPv4 range of$
                                                                     // ["127.0.0.1", ":$
      

      Maybe thats the reason. I had a few problems with just allowing single ip dresses so i went to this option. But works fine, and i have a hardware firewall installed in my network so i hope that this is enough^^

      for external access i use VPN

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Downgrade Magic Mirror?

      strange… i use the actual version and remote control is working. i even updated the mirror with the remote control module XD worked fine :)

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Failed at the magicmirror@2.2.2 start script 'sh-run-start.sh'

      @carltonb said in Failed at the magicmirror@2.2.2 start script ‘sh-run-start.sh’:

      Configuring the Raspberry Pi

      Oh sorry, i enabled display rotate in the config. And to disable the screensaver i used sudo apt get install xscreensaver, then via VNC on the Desktop move to the upper left corner (the raspberry button) and go to Preference -> Screensaver and disable it.
      Maybe use sudo apt-get install unclutter to hide mouse.

      I just set it up to proof, if there are any issues ^^ So this was a quick install “guide”

      But yes, there is no extra npm install or something like that necessary.
      VNC can be enabled with raspi-config

      edit:
      oh, and keep in mind that u have to set pm2 to automatically start at reboot.

      maybe after the first restart after installation finished there is no automatically startet MagicMirror.

      https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Failed at the magicmirror@2.2.2 start script 'sh-run-start.sh'

      I think i figured out what went wrong ;)

      i set up a new raspbian (Desktop Version) and could install the MagicMirro without any issues.

      IMPORTANT:

      while the installation of MagicMirror (automatic installer) u will see this:

      Cloning MagicMirror Done!
      Installing dependencies ...
      npm WARN deprecated coffee-script@1.10.0: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
      npm WARN prefer global coffee-script@1.10.0 should be installed with -g
      npm WARN prefer global jsonlint@1.6.2 should be installed with -g
      
      > uws@0.14.5 install /home/pi/MagicMirror/node_modules/uws
      > node-gyp rebuild > build_log.txt 2>&1 || exit 0
      

      When u arrived this, it seems the installation is done. But wrong! just wait. it will take some time even if there is no cursor blinking.

      Just wait and you will see some more installation steps:

      0_1515181533671_Bildschirmfoto 2018-01-05 um 20.44.31.png

      Wait again:

      0_1515181564303_Bildschirmfoto 2018-01-05 um 20.44.47.png

      wait again ^^ and u will be asked if u want to use pm2. say YES! :

      0_1515181586411_Bildschirmfoto 2018-01-05 um 20.44.58.png

      Finally u will see this:

      0_1515181641602_Bildschirmfoto 2018-01-05 um 20.45.04.png

      And after a few seconds the magic mirror will start automatically and u can enjoy :D

      Edit:
      so just to get sure, here are the quick steps i did:

      1. loaded the newest raspbian stretch with desktop from here

      2. copy to SD card with ApplePi-Baker

      3. put an empty file named “ssh” on the boot directory to enable ssh

      4. start the pi

      5. via ssh sudo raspi-config
        set up some configurations like Network-Name, Screen resolution, enabled VNC, expand filesystem etc.

      6. reboot

      7. sudo apt-get update ; sudo apt-get upgrade
        this will take a while

      8. sudo rpi-update
        this will take a while, too

      9. reboot

      10. bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"

      Then just wait! ;)

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Failed at the magicmirror@2.2.2 start script 'sh-run-start.sh'

      Because i am very interested why there are so much problems i will install a complete new Raspbian and MagicMirror. Let me try, i will report soon

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 27
    • 28
    • 21 / 28