I have a special project I am working on that can use your runway wind plot extension. I have it working with the simulator data but there are two things I can't seem to resolve. The first is that the arrow is too long. It basically runs top to bottom on the overlay image. I need it at least 50% smaller. It's also quit narrow and would like to change it to be wider (see attachment). The second issue I have is that I don't need the text output at the top of the screen. It's not needed in my application. How do I remove that? Below is the skin.conf I am using to generate the index.html. I looked in the RWYplotGenerator.py to try and find an answer there also but I don't see anything that stands out. Nice work by the way.
[RWYplotGenerator]
input_image = /home/weewx/skins/airshow/Runway1.png # Enter path to input image
output_image_dpi = 200
output_image = /home/weewx/skins/airshow/Runway.png # Enter path to output image
output_image_fontsize = 12
output_arrow_xpos = 107 # (pixel coordinates) You will need to adjust this to place the
output_arrow_ypos = 91 # arrow on a specific location on the input image. Top left = (0,0)