Hi,
I think that it would be nice to be able to load your own custom extension from an URL or a .Js file.
Just like this in penguin Mod:

Thanks!
Hi,
I think that it would be nice to be able to load your own custom extension from an URL or a .Js file.
Just like this in penguin Mod:

Thanks!
Hi,
I’m currently trying to make a weather app and I need to get data from openweathermap.org 's API.
Here’s my current code:

First, it fetches the users cords and stores it in 2 different vars.Then, it fetches data from the api using the "fetch web page as"block. Lastly, it asks chatGPT to gen a weather report.
Problem:
The fetch block always returns an error even though the api is up.
Is there a way to fix it/another way to fetch from an api?
Thanks!