On latest version of NodeBB you no longer need the js code, since the logged in user is provided in the loggedInUser object. So you can use the below html widget.
<div class="mypanel123">Welcome to forum, <a href="/me">{loggedInUser.username}</a></div>