List of posible shortForecast descriptions #745
-
Hi, I'm using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That question's been asked here before, so search the board for other answers, but I wanted to offer this option. In the Saratoga weather template scripts is code that converts keywords from the zone forecast to icons. Here is the link to the lookup table: You can use this as a starting point for your own parser. |
Beta Was this translation helpful? Give feedback.
That question's been asked here before, so search the board for other answers, but I wanted to offer this option. In the Saratoga weather template scripts is code that converts keywords from the zone forecast to icons. Here is the link to the lookup table:
https://github.com/ktrue/NWS-forecast/blob/ccdfc4b0acf2598a1d9c5d500267be6362b6e0d5/advforecast2.php#L1747
You can use this as a starting point for your own parser.