-
-
Notifications
You must be signed in to change notification settings - Fork 112
How to use debug mode
Pat O'Brien edited this page Feb 26, 2020
·
1 revision
There is a debug mode available in the Belchertown skin which is aimed at helping you understand what the skin is doing, and potentially how to fix it. From chart generation settings, to MQTT payload data, almost everything should be visible in debug mode.
To enable debug mode:
- Visit your website with
/?debug=true
added to the end of the URL. For example, https://belchertownweather.com/?debug=true - Then open the Chrome or Firefox developer console.
- In Chrome, go to Menu > More Tools > Developer Tools > Console tab.
- In Firefox, Go to Menu > Web Devleoper > Web Console
- Inspect all of the data that's in the console to determine what needs to be debugged.