• 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.

How to create a working config. For absolute beginners.

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 3 Posters 16.8k Views 4 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.
  • M Offline
    Mykle1 Project Sponsor Module Developer
    last edited by Mykle1 Aug 27, 2017, 2:26 AM Jul 23, 2017, 5:50 PM

    How to create a working config. For absolute beginners.

    I’m going to walk you through this. Why? Well, someone always helped me when I was new.
    What better way to repay them? By helping others, that’s how.

    This is ALL in the installation tutorial.

    Yes, it is, BUT, this can be overwhelming for someone completely new to programming.
    I know, I was an absolute beginner 7 months ago. I needed help, too. I still do.
    I’m writing this guide so that you benefit from the kindness that was shown to me.

    My mirror says, “Please create a config file.”

    So you just installed MagicMirror and you launched it for the first time and you
    were presented with the dreaded, yellow, “Please create a config file” error message.
    Don’t panic! I did. You’ll be up and running in no time. I promise. Follow me.

    Editing in the terminal scares the $h!t out of me.

    Yeah, me too! So let’s do it another way. An easier way. A way we’re used to.

    Creating a working config in the GUI.

    We don’t need no stinking terminal! We’re going to navigate through this just like
    we would on a PC or a Mac desktop. We all know how to point and click with a mouse.

    STFU Mykle, and tell me already!

    Fine! Here it is.

    • Go to your Pi’s desktop

    • Click on File Manager (Top menu bar, 3rd from the left, in Raspbian Jessie)

    0_1500832138423_FM.JPG

    • Double click the MagicMirror folder

    • Double click the config folder

    • Right click the config.js.sample file - select Copy

    • Right click again somewhere else in that same window - select Paste

    • Rename the file you just pasted to config.js and click the Rename button

    • The new config.js file that you just pasted is now your working config file for MagicMirror

    You did it!

    Your mirror will run now!

    Open that pesky terminal

    • Open a new terminal and type cd MagicMirror and press your Enter key.

    • Now you’re in the ~/MagicMirror $ directory.

    • Type npm start and press your Enter key to launch MagicMirror.

    Other “Absolute Beginner” tutorials

    How to add modules. For absolute beginners.

    https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

    How to post code on the forum. For absolute beginners.

    https://forum.magicmirror.builders/topic/4247/how-to-post-code-on-the-forum-for-absolute-beginners

    Install MagicMirror on a PC Windows 7/10 - Complete walkthrough

    https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7

    Create a working config
    How to add modules

    C 1 Reply Last reply May 23, 2019, 3:44 PM Reply Quote 7
    • N Offline
      Nawid
      last edited by Oct 31, 2017, 3:50 PM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • C Offline
        cherrero @Mykle1
        last edited by May 23, 2019, 3:44 PM

        @Mykle1 said in How to create a working config. For absolute beginners.:

        How to create a working config. For absolute beginners.

        I’m going to walk you through this. Why? Well, someone always helped me when I was new.
        What better way to repay them? By helping others, that’s how.

        This is ALL in the installation tutorial.

        Yes, it is, BUT, this can be overwhelming for someone completely new to programming.
        I know, I was an absolute beginner 7 months ago. I needed help, too. I still do.
        I’m writing this guide so that you benefit from the kindness that was shown to me.

        My mirror says, “Please create a config file.”

        So you just installed MagicMirror and you launched it for the first time and you
        were presented with the dreaded, yellow, “Please create a config file” error message.
        Don’t panic! I did. You’ll be up and running in no time. I promise. Follow me.

        Editing in the terminal scares the $h!t out of me.

        Yeah, me too! So let’s do it another way. An easier way. A way we’re used to.

        Creating a working config in the GUI.

        We don’t need no stinking terminal! We’re going to navigate through this just like
        we would on a PC or a Mac desktop. We all know how to point and click with a mouse.

        STFU Mykle, and tell me already!

        Fine! Here it is.

        • Go to your Pi’s desktop

        • Click on File Manager (Top menu bar, 3rd from the left, in Raspbian Jessie)

        0_1500832138423_FM.JPG

        • Double click the MagicMirror folder

        • Double click the config folder

        • Right click the config.js.sample file - select Copy

        • Right click again somewhere else in that same window - select Paste

        • Rename the file you just pasted to config.js and click the Rename button

        • The new config.js file that you just pasted is now your working config file for MagicMirror

        You did it!

        Your mirror will run now!

        Open that pesky terminal

        • Open a new terminal and type cd MagicMirror and press your Enter key.

        • Now you’re in the ~/MagicMirror $ directory.

        • Type npm start and press your Enter key to launch MagicMirror.

        Other “Absolute Beginner” tutorials

        How to add modules. For absolute beginners.

        https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

        How to post code on the forum. For absolute beginners.

        https://forum.magicmirror.builders/topic/4247/how-to-post-code-on-the-forum-for-absolute-beginners

        Install MagicMirror on a PC Windows 7/10 - Complete walkthrough

        https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7

        You are my HERO! Thanks a lot

        M 1 Reply Last reply May 23, 2019, 7:49 PM Reply Quote 1
        • M Offline
          Mykle1 Project Sponsor Module Developer @cherrero
          last edited by May 23, 2019, 7:49 PM

          @cherrero said in How to create a working config. For absolute beginners.:

          You are my HERO! Thanks a lot

          Uhhh . . . ok! :-)

          You are very welcome. Have fun.

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • S sdetweil referenced this topic on Dec 8, 2023, 12:37 AM
          • 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