wxlocal.html and consolewd [RESOLVED]

[b]Trying the console version.

I’m not getting wx.html created. Does the wxlocal.html file go in ~/consolewdfiles/webfiles ?

bump

Yes , it should go in the consolewdfiles directory

In config.txt make sure you have the following:

create custom file=Y   //converts the custom tags in a file called wxlocal.html to wx.html
Use this filename instead of wx.html=

Edit wxlocal.html to include tags like this example

Yes , it should go in the consolewdfiles directory

In config.txt make sure you have the following:

create custom file=Y   //converts the custom tags in a file called wxlocal.html to wx.html
Use this filename instead of wx.html=

Edit wxlocal.html to include tags like this example

<table border="0" width="67%">
        <tr>
                <td width="228"><font face="Verdana">Temperature</font></td>
                <td><font face="Verdana">%temp%</font></td>
        </tr>
        <tr>
                <td width="228"><font face="Verdana">Relative Humidity</font></td>
                <td><font face="Verdana">%hum%%</font></td>
        </tr>
        <tr>
                <td width="228"><font face="Verdana">Pressure</font></td>
                <td><font face="Verdana">%baro%</font></td>
        </tr>
        <tr>
                <td width="228"><font face="Verdana">Wind</font></td>
                <td><font face="Verdana">%dirlabel% at %windinmph% mph</font></td>
        </tr>
        <tr>
                <td width="228"><font face="Verdana">Wind Gust</font></td>
                <td><font face="Verdana">%gstspd% mph</font></td>
        </tr>
        <tr>
                <td width="228"><font face="Verdana">Rain rate for last hour</font></td>
                <td><font face="Verdana">%currentrainratehr%  mm</font></td>
        </tr>
</table>

wx.html should then be updated periodically in the consolewdfiles directory

Strange, I had the setting. I toggled FTP on, it created the file, toggled off, now it seems ok…