Skip to content

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:

  1. Visit your website with /?debug=true added to the end of the URL. For example, https://belchertownweather.com/?debug=true
  2. Then open the Chrome or Firefox developer console.
    1. In Chrome, go to Menu > More Tools > Developer Tools > Console tab.
    2. In Firefox, Go to Menu > Web Devleoper > Web Console
  3. Inspect all of the data that's in the console to determine what needs to be debugged.