From e87b32f260e91d2b7ee0f382d9ce1db6a0c215a1 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 31 Jul 2016 17:26:46 +0200 Subject: [PATCH] JSHint suggestion ... :) --- FAQ.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index c636437..31bcdde 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,9 +1,12 @@ -### "How to setup a Raspberry Pi to run MagicMirror²" - an Extended Tutorial -https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/ +### Q: How to setup a Raspberry Pi to run MagicMirror² +A: Check this extended tutorial: https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/ ### Q: Which Raspberry Pi versions are supported? -Currently, MagicMirror² supports the Raspberry Pi 2 and Raspberry Pi 3. For a Raspberry Pi 1, you can run MagicMirror² in `serveronly` mode. For more information, please follow the instructions on the [setup page](https://github.com/MichMich/MagicMirror/#server-only). +A: Currently, MagicMirror² supports the Raspberry Pi 2 and Raspberry Pi 3. For a Raspberry Pi 1, you can run MagicMirror² in `serveronly` mode. For more information, please follow the instructions on the [setup page](https://github.com/MichMich/MagicMirror/#server-only). ### Q: How do I update my MagicMirror² installation? A: Perform the following command on your command line: -`cd ~/MagicMirror && git pull` \ No newline at end of file +`cd ~/MagicMirror && git pull` + +### Q: I'm having problems with my config.js bun can't find the issue ... +A: Past your config into http://jshint.com and you'll probably find out soon! \ No newline at end of file