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

    offshorededi

    @offshorededi

    0
    Reputation
    141
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    offshorededi Unfollow Follow

    Latest posts made by offshorededi

    • 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