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

    Posts

    Recent Best Controversial
    • Installing and configuring Magic Mirror on Raspberry Pi

      Installing Magic Mirror

      The requirements are very simple to start, Stretch Raspbian need be installed and configured with an IP address.

      When the installation will ask us if we want to start by default when you start Raspberry or not, This is what everyone wants. In my case I prefer later start for different reasons, To do this I have added a script in ‘~ / .config / lxsession / LXDE-pi / autostart’ called for example’@/home/pi/magic_mirror_arranca.sh’ which has the following content:
      view source
      print
      ?
      1
      cd /home/pi/MagicMirror/
      2
      npm start # Pi2 y Pi3
      3
      node serveronly # Pi1 y Zero

      thanks
      https://offshorededi.com/

      posted in Development
      O
      offshorededi
    • 1 / 1