Hey guys, not too sure if this is the right place to put this, but sure I'll give it a go.
I have a raspberry pi 1 that I've setup as a weather station. It has a small 3" screen, and is setup to display the current weather. It's working well, and thanks to some projects found on google I have my own version running nicely.
Next on my list is to incorporate an image of a rainfall radar over Dublin. My plan was to use this image found on:
http://www.met.ie/latest/rainfall_radar.asp
And crop/resize and place in the corner of the screen. However, my issue is that I can't wget the image. If you right click on the image, and copy it's location, you get:
http://www.met.ie/weathermaps/radar2/WEB_radar4_201512160930.png
Which looks very promising, however you receive a 404 error when you try to directly access it. I've done a wget -p to download everything on the page and it didn't work either. Anyone have any ideas on how to approach this?