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.

    Help configuring the Magic Mirror

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    11 Posts 4 Posters 7.9k Views 5 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.
    • SnilleS Offline
      Snille Module Developer @PhilsterM9
      last edited by Snille

      @PhilsterM9 Hi again, maybe I’m missing something…
      If you followed the install guide when you installed…
      When you SSH in to your Pi (or open a terminal on the desktop of the pi) you should end up in a prompt looking like this:

      pi@MagicMirror:~ $
      

      Now, type as follows:

      pi@MagicMirror:~ $ cd MagicMirror/config/
      

      You should now be in MagicMirror/config/ looking like this:

      pi@MagicMirror:~/MagicMirror/config $
      

      To copy a file enter:

      pi@MagicMirror:~/MagicMirror/config $ cp config.js.sample config.js
      

      Check if the files where copied with ls both file should be there now:

      pi@MagicMirror:~/MagicMirror/config $ ls
      

      Listed like this:

      config.js  config.js.sample
      

      Now, if you want you can edit your config file:

      pi@MagicMirror:~/MagicMirror/config $ nano config.js
      

      Change whatever you need to change…
      But you actually don’t have to change anything just for testing it.
      Now restart the MagicMirror with pm2 like this:

      pi@MagicMirror:~/MagicMirror/config $ pm2 restart mm
      

      You should se something like this:

      Restarts are now immutable, to update environment or conf use --update-env
      [PM2] Applying action restartProcessId on app [mm](ids: 0)
      [PM2] [mm](0) ✓
      ┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬─────┬──────────┬──────────┐
      │ App name │ id │ mode │ pid   │ status │ restart │ uptime │ cpu │ mem      │ watching │
      ├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼─────┼──────────┼──────────┤
      │ mm       │ 0  │ fork │ 26361 │ online │ 32      │ 0s     │ 22% │ 2.3 MB   │ disabled │
      └──────────┴────┴──────┴───────┴────────┴─────────┴────────┴─────┴──────────┴──────────┘
       Use `pm2 show ` to get more details about an app
      pi@MagicMirror:~/MagicMirror/config $
      
      

      And your Magic should have started. :)

      If you cant find it, make it and share it!
      Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

      1 Reply Last reply Reply Quote 2
      • 1
      • 2
      • 2 / 2
      • 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