-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poc for avwx api fix #25
base: master
Are you sure you want to change the base?
Conversation
- remove unneeded files - truncate logfile
"rainbow wipe" runs, but the rgb leds aren't coming up yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tedder. Newbie question. Would you mind emailing me at [email protected] so I can ask it?
I haven't had a chance to dive into this yet. But I plan to. If you have any luck please post them so I can fold the fix(es) in. Thanks for all your help. |
Yeah, the nowx lights are coming on but not the main metar lights, even though the WX data is there. |
I forgot to mention in my bug report, if you just change www.aviationweather.gov to aviationweather-cprk.ncep.noaa.gov you can get it working right away! But seems like it would be a good quick temporary fix until the code is updated to work with www.aviationweather.gov again. |
Sweet, Thanks for that.
Mark
…On Wed, Oct 18, 2023, 12:05 PM Eric Blevins ***@***.***> wrote:
@markyharris <https://github.com/markyharris>
I forgot to mention in my bug report, if you just change
www.aviationweather.gov to aviationweather-cprk.ncep.noaa.gov you can get
it working right away!
However, when I contacted NOAA about this being broken after the site
upgrade they also informed me to not rely on
aviationweather-cprk.ncep.noaa.gov because it will be going away soon.
But seems like it would be a good quick temporary fix until the code is
updated to work with www.aviationweather.gov again.
I did that last night on my map and got it working.
—
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJKUXSYUWNZAHZOKHPWTR23YAASANAVCNFSM6AAAAAA6ES2RVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRZGE2TCNRSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Lots of duplicated code, in lieu of a fix this is a patch to start to get things running again. the API needs to request XML to get it back, which helps many of them function again.
Still some URLs that need fixing, among other things.