Formatting
You can edit ‘Widget Formatting’ to change how the info is displayed. To access the variables, use this formatting:
- %loc% - Location
- %temp% - Current temperature
- %feels% - Feels like temperature
- %icon% - The icon referring to the current weather. This is just a number
- %iconhref% - The location of the image with your set image location at the front
- %attribution% - The link supposedly required to be displayed. Weather data provided by weather.com®
The default formatting is:
<img src="%iconhref%" alt="%cond%" style="float:right;" />
%loc%<br />
<span style="font-size: 150%;">%temp% °F</span>
(%feels% °F)<br />
<span style="font-size: 65%; float: right;">%attribution%</a>