Read the statement by Michael Teeuw here.
Automatic installation
-
Hello,
On a raspi 3, when we use the automatic installation of mmv2, we received the error " curl comment not found"
any idea to solve this ?thanks,
-
It means you don’t have curl installed. Did you install the default Jessie OS, or Jessie-Lite? Did you use NOOBS to install the OS?
The standard Jessie install (done from the Jessie image file) would have that installed for you already. From NOOBS, I don’t know. Guess I’ll have to try it.
In the mean time, you can manually install curl with the following:
'sudo apt-get update; sudo apt-get install curl'
Say
Y(es)
to any additional packages it wants to install so that curl would work. -
- Install jessie OS
- curl ok
- but same error = ligne 1 404 command no found
-
What is the exact command you are trying to run? And what instructions are you trying to follow? Just in case it’s an outdated one …
-
this one
curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash -
-
Then there’s still something wrong with your base OS install. We can go back and forth with this and not figure out what’s going on. That’s not ideal. A better solution is if you can start by following the complete tutorial that I wrote up yesterday (and will complete today). The parts already written is how to get the Raspberry Pi 3 setup, updated, and configured properly before you even try to install MM² on it. Please try to follow the steps there before you try to run the automatic installer again. There are a lot of step-by-step instructions complete with screen captures for you to follow along with.
https://forum.magicmirror.builders/topic/236/complete-setup-tutorial
-
@KirAsh4 I will réinstall my rpi but there is no différence with your tutorial
-
ok found, the link yesterday was not the same v2-beta in place of master
ok now
-
can you please show the link ? did you managed to sot this ?