Cannot even get a button working. What am I missing?

Also change your code to something like this.

find() \
  .then( (results) => { \
    lightbox = results.items[0].lightbox;
  } );