@cowboysdude No worries!
Im not sure about this one that @tbbear. So i leave that to you.
var curCon = document.createElement("div");
curCon.classList.add("xsmall", "bright");
curCon.innerHTML = this.translate("Currently: ") + this.translate(current.weather);
wrapper.appendChild(curCon);