Dashboard Power Meter template - why no "W" units

Add this to the Custom CSS section of the dashboard, replacing the tile number, 67 in my case, with the tile id of your power meter tile. To access the Custom CSS, click the cog icon, select Advanced, then CSS, pasting in the text below and modifying the tile id.

#tile-67 .tile-primary:after { visibility: visible !important; content: " W" !important; }

Alternatively, you could look at my Simple CSS Editor, which is what I used to do this, adding text after the primary text element.

image