Skip to content

Commit

Permalink
Magic-Mirror Guide - Misspell Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fire1ce committed Oct 14, 2018
1 parent b957652 commit 15c4b7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/rasperryPi/MagicMirror.md
@@ -1,6 +1,6 @@
# Magic Mirror

## Change Dispay Rotation:
## Change Display Rotation

```bash
sudo nano /boot/config.txt
Expand All @@ -21,7 +21,7 @@ Add one of those according to your setup to the config file:

## Disabling the Screensaver

Chaning to OPEN GL Driver
Change to OPEN GL Driver

```bash
sudo nano /boot/config.txt
Expand All @@ -44,7 +44,7 @@ sudo nano ~/.config/lxsession/LXDE-pi/autostart

Add the following lines:

```
```bash
@xset s noblank
@xset s off
@xset -dpms
Expand All @@ -64,7 +64,7 @@ xserver-command=X -s 0 -dpms

## OS UI Finishes

Make the Backgound Black:
Make the Background Black:

`Right click the Desktop` -> `Desktop Preferences` and Change:
`Layout -> no image`
Expand All @@ -74,7 +74,7 @@ Hit ok.

`Right click on the top panel` -> `Panel Preferences` -> `Appearance`

Seclect `Solid Color (With Opacity)` make shure `Opacity at 0`
Select `Solid Color (With Opacity)` make sure `Opacity at 0`

## Disable WiFi Power Save

Expand Down Expand Up @@ -110,7 +110,7 @@ Reboot your PI
sudo reboot
```

## Disbale Cursor on Startup
## Disable Cursor on Startup

```bash
sudo apt-get install unclutter
Expand Down Expand Up @@ -138,7 +138,7 @@ If you need to remove node and npm run this:
sudo apt-get remove nodejs nodejs-legacy nodered
```

Insallation:
Installation:

```bash
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
Expand Down

0 comments on commit 15c4b7a

Please sign in to comment.