News And Weather

i’m making a wii based game because i just so happen to have EVERY SINGLE WII MENU SOUND and i would like to know how to connect the real life weather to the game and my friend said that there’s a way to connect to news but he doesn’t know how

1 Like

I think you can do it by connecting to http and getting info, btw, I like your idea to make something like wii

1 Like

Aight, so you’re gonna need to know a little javascript.

I used to be into JS, so this may be a little rusty, but you could use a website with raw data and package your prroduct into html. Using this data you could grab from that website and display it on your product. It may not even be possible though.

1 Like

you should find a meteo api that serves the informations you need.
I’d have a look at open-meteo.com
It seems to fits your needs
You have to be able to manage the json data and you should have no problem to use it in combination with wick