Debugging Custom Widgets?

Hi - I am playing around with customizing some of the custom & built-in widgets, really just poking around.

How do you debug these? I see some have console.log("blah"), but it doesn’t seem to go anywhere.

Is there a way for me to send output from a custom widget (which, at this point, is a renamed shipped widget) to my appdaemon console log? I am running in docker, but should be the same as sending it to the stdout of the appdaemon instance.

Thanks,

-jamie

Your browser should have a Javascript Console which is where that output will go. No way of sending it to the AD log although that is a good idea :slight_smile:

1 Like

OK, I see them now, thanks!

1 Like