This is a very simple hack that grabs weather data from the weather.gov and noaa.gov websites
I made it so I could grab exactly what I wanted and focused on where I live. It's not pretty, but it's fast and informative.
I used jQuery and Bootstrap but all the JS code to view the options and fetch the data are in the html page so it's pretty easy to configure it for any part of the US.
The meat of it is displaying the NWS meteogram. But merely substituting my latitude and longitude breaks the URL. How were you able to get the parameters that Plotter.php understands for your location?
I made it so I could grab exactly what I wanted and focused on where I live. It's not pretty, but it's fast and informative.
I used jQuery and Bootstrap but all the JS code to view the options and fetch the data are in the html page so it's pretty easy to configure it for any part of the US.