MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MagicMirror Hosting on AWS

    Development
    4
    3
    2708
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sync101 last edited by

      I’m thinking about building a magic mirror of my own.

      I saw this post, and OP mentions that he has MM hosted on a windows machine.

      That gave me the idea of hosting it on a free AWS account. Before I start on that, I wanted to see if anyone has tried it with success and has any tips or if it won’t work at all. I was planning on following this guide.

      bhepler 1 Reply Last reply Reply Quote 0
      • bhepler
        bhepler Project Sponsor @sync101 last edited by

        @sync101 The only part I would watch for is that the Complete Setup Tutorial is designed for a Raspberry Pi. Amazon’s free servers don’t run Rasbian, so the automated script to install the Magic Mirror framework probably won’t work.

        The good news is that the manual installation process is about all you’ll really need. The basic steps are:

        • Install Git
        • Install node.js and npm
        • Install Electron
        • Clone the Magic Mirror repository to the home folder
        • Run npm install in the Magic Mirror folder
        • Copy the config.js.sample file to config.js
        • Run npm serveronly in the Magic Mirror folder
        • Hit your VM by going to http://[ip address]:8080

        I’ve found that the instructions/walkthrough in the thread about running the MagicMirror framework on a Pi Zero have been invaluable.

        S 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @bhepler last edited by

          @bhepler the script will work fine. it will setup to run in server mode.

          there is only one install, and three ways to run

          I had a free tier aws instance that only cost $10 a month!

          and remember there are some modules that talk to pi hardware that can’t run in that env. just like they can’t run on Linux or windows.

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy