You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/installation.md
+32-21Lines changed: 32 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,10 @@ installers can be found under:
14
14
15
15
## Manual Installation
16
16
17
-
These instructions deploy a standalone version of MagicMirror², for [Server Only](/getting-started/installation.html#server-only) and [Client Only](/getting-started/installation.html#client-only) installs please read the install specific instructions below
17
+
These instructions deploy a standalone version of MagicMirror², for
18
+
[Server Only](/getting-started/installation.html#server-only) and
In some cases, you want to start the application without an actual app window. To do so after
95
-
installation you can start MagicMirror² in server only mode by manually running the following command within the MagicMirror directory
96
-
`node --run server`
97
+
In some cases, you want to start the application without an actual app window.
98
+
To do so after installation you can start MagicMirror² in server only mode by
99
+
manually running the following command within the MagicMirror directory
100
+
`node --run server`
97
101
98
102
::: warning IMPORTANT
99
103
100
-
please read the information below on fully setting up MagicMirror² for running in server only mode otherwise you wont be able to connect to your MagicMirror² server from a remote device
104
+
please read the information below on fully setting up MagicMirror² for running
105
+
in server only mode otherwise you wont be able to connect to your MagicMirror²
106
+
server from a remote device
101
107
102
-
:::
108
+
:::
103
109
104
110
In order to run MagicMirror² in server mode you need to:
111
+
105
112
- Allow Remote Connections to MagicMirror²
106
113
- Start MagicMirror² in Server mode on boot
107
114
108
115
#### Allow Remote Connections to MagicMirror²
109
116
110
-
By default MagicMirror² does not allow other remote devices to connect, this is controlled by settings inside the `config/config.js` file by interface and ip
111
-
- change address to `0.0.0.0` this will allow MagicMirror² to listen on all network interfaces
117
+
By default MagicMirror² does not allow other remote devices to connect, this is
118
+
controlled by settings inside the `config/config.js` file by interface and ip
119
+
120
+
- change address to `0.0.0.0` this will allow MagicMirror² to listen on all
121
+
network interfaces
112
122
- change `ipWhitelist` to the list of IP's you want to allow to connect
113
123
114
-
Sample Configuration below [and link to full configuration options](/configuration/introduction.html#introduction)
124
+
Sample Configuration below
125
+
[and link to full configuration options](/configuration/introduction.html#introduction)
115
126
116
127
```js
117
128
let config = {
@@ -124,32 +135,32 @@ let config = {
124
135
125
136
#### Start MagicMirror² in Server mode on boot
126
137
127
-
To always start MagicMirror² in server only mode you need to edit the `installers/mm.sh` file otherwise it will start in full mode after a reboot:
138
+
To always start MagicMirror² in server only mode you need to edit the
139
+
`installers/mm.sh` file otherwise it will start in full mode after a reboot:
0 commit comments