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.

    404 Error

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 3 Posters 2.5k 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.
    • K Offline
      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?

      bheplerB 1 Reply Last reply Reply Quote 0
      • bheplerB Offline
        bhepler Module Developer @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 Offline
          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy