Read the statement by Michael Teeuw here.
Hello-Lucy installation troubles
-
@SSkull995 you have to
cd ~/MagicMirror/modules/MMM-Hello-Lucy/installers ./dependencies.sh
-
AND NOT sudo
And logged on as normal user, not root -
@sdetweil man, I never ran sudo.
And I still don’t know why the program gives me the error about the config.json file and the dependencies.sh
Btw, ./dependencies is no command -
@SSkull995 just to be sure, I ran the program again, the installer. This time with the ./dependencies. Errors+no dependencies directory found
-
@SSkull995 did u look in the folder?
It’s ./dependencies.sh
The only file in the module/installers folder
-
we may have to start over, as I have no idea what ‘installer’ u have been running or how
cd ~/MagicMirror/modules rm -rf MMM-Hello-Lucy Then git clone Mykles repo cd MMM-Hello-Lucy cd installers ./dependencies.sh cd .. npm install
-
@sdetweil actually I have dependencies.sh, because the ./ makes it invisible even if it was there. Typing ls in installers makes me see the normal dependencies.sh
-
@SSkull995 but it is not in the path, do you have to use ./ to select it
-
From the readme
Please complete all 3
Open a terminal.
git clone https://github.com/mykle1/Hello-Lucy
into the ~/MagicMirror/modules directoryThen
cd Hello-Lucy/installers
Then
bash dependencies.sh
-
I can see I did not really explained myself, and I am sorry for that. I did the three passages of yours in the readme, and after reinstalling everything now it does not show me any error during installation! Yes!
BUT, now I run MagicMirror with the module installed and put in the config.js, and this message comes up:No helper found for module: alert.
[15:12:13.980] [ERROR] WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: SyntaxError: Unexpected token ] in JSON at position 6643This occurs only when I put the module in config.js, but I don’t know where the error is, what is the JSON file?
Many thanks and sorry!