From 832cfb925c2fd2c7b0b2b5cccd52ca0871fa7c8f Mon Sep 17 00:00:00 2001 From: "E:V:A" Date: Sun, 11 Feb 2018 23:08:43 +0200 Subject: [PATCH] Updated Module Debugging (markdown) --- Module-Debugging.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Module-Debugging.md b/Module-Debugging.md index 5dd4fdf..1321f86 100644 --- a/Module-Debugging.md +++ b/Module-Debugging.md @@ -30,4 +30,12 @@ cd ~/MagicMirror/ npm run config:check ``` +--- + There are probably many other and better ways to check and debug. So please add and edit this page or file an issue with info for improving debugging. + +For further reading: + +- [how-to-troubleshoot](https://forum.magicmirror.builders/topic/86/how-to-troubleshoot) +- [how-to-check-your-config](https://forum.magicmirror.builders/topic/5399/how-to-check-your-config-for-errors-for-absolute-beginners) +- [how-to-add-modules-for-absolute-beginners](https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners)