-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client mode instructions unclear #3196
client mode instructions unclear #3196
Comments
all commands are entered in a linux terminal window, bash/sh |
except that does not work
and assuming that it does work how does one getting working on a brand new install of magic mirror which starts in full mode by default after a reboot? |
this is the client mode startup bug we found after release. use the develop branch or wait til the october 1 release |
duplicate of #3151 |
are you talking about the one where fixes are outline here https://github.com/MichMich/MagicMirror/pull/3154/files however that still does not answer the question of how does one run in client mode? after a brand new install both OS and app, magic mirror starts in full mode after a reboot.
So what changes need to be made and where? does package.json need to be edited to change the run command? if so what does it need to be change to? its not the node command because that causes it to not run at all |
this is not a duplicate of 3151, 3151 deals with an issue of client mode, this deals with how do you even run client mode |
you did not say how you installed. For running in client mode you need only to clone the repo and run For running client mode you need another mm instance running, the ip-address and the port of the full instance are the parameters needed in above statement for client-mode. If you want to contribute to the docs we are happy for every PR here. |
if you installed using my script you would change the start script in MagicMirror/installers/mm.sh to do node... vs npm start |
happy to contribute an documentation PR as soon as I figure it out just pulling the repo and running based on the docs these are the manual install steps
if I don't run what am I missing? |
ok i think it figured it out go through the first 3 steps of the install instructions Clone the repository and check out the master branch: git clone https://github.com/MichMich/MagicMirror then edit package.json and change then you can run npm run start or reboot and it will run in client only mode |
NO. NEVER EDIT ANY FILE WE SHIP. it will break updates. edit the file I told you |
what does that mean? whats the difference between editing package.json vs editing mm.sh are both files not in the repo and get updated? also there seems to be instructions in this issue here to edit package.json to modify the start script which is how i got the idea to change package.json in the first place. |
oh btw mm.sh is removed from the distro in the next release (Oct 2024) there is ONE install, full (npm start) but you MUST run install regardless you can avoid client (well, and can avoid installing MM too) , by using a system browser chrome, edge, safari, firefox, midori,surf... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I will take on MagicMirrorOrg/MagicMirror-Documentation#186 and get it merged (sooner or later) |
are there any client mode instruction that actually describe how to use it?
the instructions here say to run with
node clientonly --address 192.168.1.5 --port 8080
but unfortunately that does not tell me where that goes?
The text was updated successfully, but these errors were encountered: