A basic central California surfing weather website: surfwx.seaspatial.com
I've added some buoy and wind data from NOAA sites and a tide-table using X-Tide. Data are fetched and processed with Python running on a Raspberry Pi 3b.
Best posts made by mlevey
-
RE: Windy API4 - examples of succesfull use
-
RE: Missing Font Icons
Turns out I needed to declare the encodings in the html (meta charset="utf-8"/). A rookie mistake.
Thank you for you assistance.
Latest posts made by mlevey
-
RE: Windy API4 - examples of succesfull use
Sorry @ivo, I gave the solution in the original post. I had forgotten to declare the character encoding in the html document. Setting the meta tag to utf-8 solved the problem. Thanks!
-
RE: Windy API4 - examples of succesfull use
A basic central California surfing weather website: surfwx.seaspatial.com
I've added some buoy and wind data from NOAA sites and a tide-table using X-Tide. Data are fetched and processed with Python running on a Raspberry Pi 3b. -
RE: Missing Font Icons
Turns out I needed to declare the encodings in the html (meta charset="utf-8"/). A rookie mistake.
Thank you for you assistance.
-
Missing Font Icons
Using the free version of Windy v4 using localhost for development everything works great. However, once I upload the files to my website (surfwx.seaspatial.com) and access it, there are missing icons (see image) which are replaced with random characters. Something to do with iconfont.woff? It loads with a status of 200 but I can't figure out the problem. Any ideas? Thanks.