Hi,
The development of app was done on Microsoft 11, but the weather.aix(from weather mate) was downloaded on iOS and shared via google drive .
Wondering whether that might be the issue.
Do you mean Windows 11 ?
Sorry. Yes Windows ...
Nothing to do with Windows. The AppInventor ios companion / setup cannot use extensions.
I think he means he downloaded the extension and not the app on iOS and transferred the extension on Android, and tested it there.
yes that is right. to make it simpler I downloaded extension on windows and created and tested the app also there.
I'm still getting the error . Could this be because this extension uses google weather data ?
I believe that the API is currently down.
Are you testing with the ioS companion or the Android companion ?
Tested on android companion, not returning any results
I have experienced similar issues. It is recommended to use a weather API instead. I'll write a tutorial for you about implementing a weather API.
yes, had used an android companion.
thanks.appreciate it
Hello
Do anyone have an aia file to share, which fetches weather forecast using API key. Since it comes with string of data, I would like to know how to required .extract information.
Thanks
Here is an easy to use Weather API https://openweathermap.org/
It requires you sign up for a personal key to use the API. They provide a reasonable amount of free usage. API Key
This api requires a free API key to work. Obtain your free key from OpenWeatherMap
https://home.openweathermap.org/users/sign_up
You can build something like this using the Web component, the Map and a LocationSensor and the api.
Use the advice in this link Weather app with openweather - #5 by ABG as one way to extract the forecast.
thank you. appreciate it
Is this extension still working as its not on my app when compiled. Thanks
What exactly does this mean? Extensions usually do not disappear after compiling... please elaborate
Taifun
Sorry didn't explain myself properly, I meant the extension doesn't work when the apk has been created. I've used it before awhile ago and had no issues till now.
See posts above