A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
New Install - custom.css missing
-
@kyledettman yes, manual install requires u to create the file
anyhow do
touch ~/MagicMirror/css/custom.css
-
@sdetweil How can I replace the custom.css file. It happened to me as well while installing a module. I am novice so bare with me. I saw in another post someone side make a file and rename it custom.css but I didn’t understand what to do next. Please help.
-
@Viperzee do
touch ~/MagicMirror/css/custom.css
-
Well damn… It worked and I am glad but what did I just do exactly? Make a new custom or what? Thanks for the quick reply.
-
@Viperzee the initial custom.css is empty.
the touch command will update the date/time on a file, and create the file if it is not there.if you had used the installation script, which I support, then it would have done the same thing