Read the statement by Michael Teeuw here.
New Installation don´t work
-
@sdetweil
yes didgit clone & cd MagicMirror
I´ll gonna try your script
Thx for your answer
I gonna repeat whats gonna happen when i tried it
-
so, now I tried the automated script ant copied :
curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh
but also it doesn´t work, maybe my sd card is damaged?
-
@xeroxu can u email me the ~/install.log file so I can see what the issue is
my email is same userid at gmail -
@sdetweil
sorry, but I can´t find the install.logfile. either in the MagicMirror directory or or the main directory of the pi. -
@xeroxu this
~/install.log
means the file
install.log
located in
the users home folder
on my pi, logged on as use pi, the home folder is
/home/pi
you can easily do
cd ~
to get there
the log is created ONLY from the scripted install.
-
@xeroxu said in New Installation don´t work:
but also it doesn´t work,
you did open a terminal window and paste that command string in, right?
-
@sdetweil said in New Installation don´t work:
/home/pi
yes open a terminal and put in : curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh
and after i press enter a lot of lines scroll down.
but in the home/pi/ directory is no install.log
-
@xeroxu ah, you didn’t copy the line exactly as it was on GitHub…
when u have the mouse over the line to copy, a little box will appear to copy the text
it should bebash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
this uses curl to download the text. and then bash to execute it
-
-
It finally works :thumbs_up:
Thanks a lot