@@ -24,7 +24,7 @@ the install specific instructions below
2424 version, see the official documentation:
2525 - [ Linux based distributions] ( https://github.com/nodesource/distributions )
2626 - [ Others] ( https://nodejs.org/en/download )
27- 2 . check if ` git ` is installed on your machine by executing ` git ` (should show
27+ 2 . Check if ` git ` is installed on your machine by executing ` git ` (should show
2828 usage), otherwise install it
29293 . Clone the repository:
3030 ` git clone https://github.com/MagicMirrorOrg/MagicMirror `
@@ -101,9 +101,9 @@ manually running the following command within the MagicMirror directory
101101
102102::: warning IMPORTANT
103103
104- please read the information below on fully setting up MagicMirror² for running
104+ Please read the information below on fully setting up MagicMirror² for running
105105in server only mode otherwise you wont be able to connect to your MagicMirror²
106- server from a remote device
106+ server from a remote device.
107107
108108:::
109109
@@ -115,11 +115,11 @@ In order to run MagicMirror² in server mode you need to:
115115#### Allow Remote Connections to MagicMirror²
116116
117117By 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
118+ controlled by settings inside the ` config/config.js ` file by interface and ip:
119119
120- - change address to ` 0.0.0.0 ` this will allow MagicMirror² to listen on all
120+ - Change address to ` 0.0.0.0 ` this will allow MagicMirror² to listen on all
121121 network interfaces
122- - change ` ipWhitelist ` to the list of IP's you want to allow to connect
122+ - Change ` ipWhitelist ` to the list of IP's you want to allow to connect
123123
124124Sample Configuration below
125125[ and link to full configuration options] ( /configuration/introduction.md#introduction )
0 commit comments