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.

    config.js

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    14 Posts 5 Posters 3.6k 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.
    • S Offline
      sdetweil @geo
      last edited by

      @geo unlike windows, linux is case sensitive on filenames and command names…

      here are some linux commands compared to windows

      ls = dir , LS is nothing
      cd = cd
      rm = delete
      cp = copy
      mv = move

      almost every command has help built in , using the --help parameter

      cp --help

      you can also ‘read the manual’ for commands by using the man command
      man cp (to get out its the letter q)

      in graphical mode, gedit is a pretty decent editor
      in text mode (or over ssh) i hate vi, so I use nano… but it doesn’t support mouse actions like a graphical app.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • B Offline
        BD0G @geo
        last edited by

        @geo Dont delete the full Magic Mirror image and start over!
        Thats a waste of time.
        Instead
        change directories to the Magic Mirror directory like this

        cd MagicMirror (press enter)
        then run this command
        npm run config:check (press enter)

        This will run a build in linter (which is a fancy way of saying a program that checks the entries in a file to determine if there are errors)

        Then view the results and the errors presented. Typicallly there is one symbol missing right above where the errors are reported. Pay attention to the line numbers that are listed where the errors start and look one or two lines up from that line number and see if you can perceive an issue.

        G 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @geo
          last edited by

          @geo

          Here is some help with creating a working config. It’s a short read but helpful.

          https://forum.magicmirror.builders/topic/4528/how-to-create-a-working-config-for-absolute-beginners

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • G Offline
            geo @BD0G
            last edited by

            @BD0G hi,great thankyou

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