April 4, 20206 yr Just set up a MagicMirror docker / server and I've been tinkering with some modules they offer. Most of them require a command in the /Magic_Mirror/Modules/(Module name) sub-folder: npm install For instance, a weather module located here I've tried running that in unRaid CLI and it returns an error. Anyone knows what that is and what I can do to get past that point? Edited April 4, 20206 yr by CoZ typos / spelling
April 5, 20206 yr 7 hours ago, CoZ said: I've tried running that in unRaid CLI and it returns an error. Try it in the container CLI
April 5, 20206 yr Author 22 minutes ago, jonathanm said: Try it in the container CLI Unfortunately, I don't have an option for a CLI on the container. Right clicking it only shows "Start / Edit / Remove / Support / More Info"
April 5, 20206 yr Author 40 minutes ago, jonathanm said: docker exec -it <container name> /bin/bash I know just enough to be dangerous to myself and my system. lol I take it I run that command in the unRaid CLI? So it would be: docker exec -it MagicMirror2 /bin/bash ? Edited April 5, 20206 yr by CoZ
April 5, 20206 yr 2 minutes ago, CoZ said: So it would be: As long as the container name is accurate, yes, but without the ? at the end.
April 5, 20206 yr Author 2 hours ago, jonathanm said: As long as the container name is accurate, yes, but without the ? at the end. Thanks. That seemed to work. The Docker has to be running. I didn't realize that until later.
Archived
This topic is now archived and is closed to further replies.