Navigation

    MagicMirror Forum

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

    404 Error

    Troubleshooting
    3
    3
    1985
    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.
    • K
      kpenrose47 last edited by

      When trying to install Magic Mirror I get a ‘bash: line 1: 404:: command not found’ error. I used the following link to install Magic Mirror ‘curl -sL https:/raw.githubusercontent.com/michmich/magicmirror/master/installers/raspberry.sh | bash’.

      Am I trying to install from the wrong location?

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

        @kpenrose47 I don’t know if that’s a copy & paste, but you’re missing a / after the https:

        It should be https://raw.githubusercontent...

        1 Reply Last reply Reply Quote 1
        • T
          tajno last edited by

          @kpenrose47 said in 404 Error:

          When trying to install Magic Mirror I get a ‘bash: line 1: 404:: command not found’ error. I used the following link to install Magic Mirror ‘curl -sL https:/raw.githubusercontent.com/michmich/magicmirror/master/installers/raspberry.sh | bash’.

          Am I trying to install from the wrong location?

          Yeah, I posted that an hour before also - but it was transfered to another thread :/.

          As bhepler now suggested: You missed a / in your link. Also the message would explain: As the link is wrong, your curl receive a 404 ERROR, which is piped to “bash” - and bash does not know what the command “404” is :).

          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