• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MagicMirror Hosting on AWS

Scheduled Pinned Locked Moved Development
3 Posts 4 Posters 3.2k Views 3 Watching
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 Offline
    sync101
    last edited by Jun 11, 2017, 4:07 AM

    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.

    B 1 Reply Last reply Jun 12, 2017, 1:36 AM Reply Quote 0
    • B Offline
      bhepler Module Developer @sync101
      last edited by Jun 12, 2017, 1:36 AM

      @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 Jul 8, 2021, 12:04 PM Reply Quote 0
      • S Away
        sdetweil @bhepler
        last edited by Jul 8, 2021, 12:04 PM

        @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

        How to add modules

        learning how to use browser developers window for css changes

        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy