Hi, I have both the forecast and RTGD extensions installed on my WeeWX 5.1 instance. The RTGD extension displays a text forecast (in my case using the WU API) in a <canvas> scroller which I have added to my main index page:
The code for the above is:
<td><h6 class="h5-responsive text-dark"> | <dfn data-info='Short term hyperlocal forecast for Lerwick'>Short Term Forecast</dfn>:</h6></td>
<td><canvas id="canvas_status" width="450" height="21"></canvas></td>
I can't find any way to pull the "narrative" using the forecast extension, but as the URL is already constructed by RTGD is there a simple way to pull the text strings out of the RTGD canvas and have it in a standard <div> tag instead? The reason is I am struggling to make the <canvas> responsive so it goes off the screen on small devices / mobiles.
I understand that I should probably contact the extension devs directly as an issue on Github, but I know Gary frequents this group and may be able to help! TIA