Magic Mirror - Getting Started with Local Development

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024
  • This shows the first steps towards developing for the Magic Mirror community project. This includes setting up a github account, installing Node, cloning the Magic Mirror repo, and running it locally.
    Magic Mirror Repo: github.com/Mic...
    Join GitHub: github.com/join
    VS Code: code.visualstu...
    GitHub Desktop: desktop.github...
    Installing Node via brew.sh: phoenixnap.com...
    Node JS: nodejs.org/en

Комментарии • 7

  • @shadowstack
    @shadowstack  Год назад +1

    I misread the document @ 3:42, the curl command is a terminal command to install node.
    Link for latest versions: github.com/nodesource/distributions#debinstall

  • @brownlkt
    @brownlkt 9 месяцев назад +2

    Thanks for the video! After downloading visual code studio, when i select Source control it ask me to download Git for Mac OS?

    • @shadowstack
      @shadowstack  9 месяцев назад +1

      Easiest way is to open xcode and if it asks you install the xcode developer tools. If that doesn't work install in the terminal via homebrew. Copy the command at the top of this page into a terminal brew.sh/ once that's done type brew install git

  • @redgoldenpup
    @redgoldenpup Год назад +2

    So thankful for these recent/updated videos! Just getting back into MagicMirror myself so a great help for me and I'm sure countless others!

  • @rhysrittgers2183
    @rhysrittgers2183 3 месяца назад +1

    I get to npm run start and get the response "'DISPLAY' is not recognized as an internal or external command,
    operable program or batch file."
    not sure what to do but I would love some guidance!

    • @shadowstack
      @shadowstack  3 месяца назад +1

      Are you trying to build the local development on windows, or what OS? What I would try first is deleting the node_modules folder in the directory and running npm install again (maybe something didnt install fully). Also you could try this: forum.magicmirror.builders/topic/12543/installing-magic-mirror-on-windows-10/2

    • @rhysrittgers2183
      @rhysrittgers2183 3 месяца назад +1

      @@shadowstack I’m on windows but thank you I’ll try that