Forecast vs Current Weather. #433
Unanswered
ankonaskiff17
asked this question in
Q&A
Replies: 2 comments 1 reply
-
We cannot support third party software, but perhaps others that use the same library can offer ideas. The "apiBase" property of the library is not an API construct, so it won't be reflected in our documentation. Your example is pulling the hourly forecast, but perhaps you are looking for the period forecast, which is just /forecast. You might want to share what you get so far and what you expected. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I had loaded a link based on your api tutorial right before I minimized that application. Opened back up and it worked so all is good.
Attachments are line for current, daily, and how it renders on screen.
From: Jared Holmberg ***@***.***>
Sent: Wednesday, July 14, 2021 11:12 PM
To: weather-gov/api ***@***.***>
Cc: ankonaskiff17 ***@***.***>; Author ***@***.***>
Subject: Re: [weather-gov/api] Forecast vs Current Weather. (#433)
We cannot support third party software, but perhaps others that use the same library can offer ideas. The "apiBase" property of the library is not an API construct, so it won't be reflected in our documentation. Your example is pulling the hourly forecast, but perhaps you are looking for the period forecast, which is just /forecast. You might want to share what you get so far and what you expected.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#433 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMT3ATP4PURKFETM6UAQ2JTTXZGXDANCNFSM5AMSLE5Q> . <https://github.com/notifications/beacon/AMT3ATOHS6AGUJXXL4PL2RLTXZGXDA5CNFSM5AMSLE52YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAHVZMQ.gif>
…--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is an open source project called Magic Mirror which has a bunch of semi-formatted what they call modules. One of these modules is called Weather (go figure). The module can be used for current as shown in settings shown below. There are more pieces and parts associated with module. This is all done in javascript. There are two main parts to a given module.
One part is where all the actual programming and property definitions are created. Second part is called config.js and is what you see below. This group of configuration settings produces a nice formatted output to a monitor.
Where I am stuck is in what the apiBase and weatherEndpoint are to bring in the daily forecast for say 5 days. I assume it would be reflected in the weatherEndpoint setting but the documentation on your site about the API talks about gridpoints and I've run through your examples and get a forecast but your apiBase is a little different that what is shown below.
Do you have any thoughts on this problem. I want to make note of fact I AM NOT a programmer. I can change the configuration settings such as true, false, lat, lon, and the like but thats about it.
I'm chasing ultimately the apiBase and weatherEndpoint equivalent that yields a daily forecast
Beta Was this translation helpful? Give feedback.
All reactions