More actions
(Created page with "{{Infobox homebrew | title = DSLiveWeather | image = File:Dsliveweather.jpg | type = Other | version = 12 July 2007 | licence = Mixed | author ...") |
No edit summary |
||
Line 10: | Line 10: | ||
| source = | | source = | ||
}} | }} | ||
{{Obsolete}}<br> | |||
DSLiveWeather is a WiFi application on the Nintendo DS that allows user to fetch the current weather information | DSLiveWeather is a WiFi application on the Nintendo DS that allows user to fetch the current weather information of the location user choose. It will indirectly display the current weather offered by Weather.com. | ||
It is built with DevKitARM r20, libfat (DLDI), dswifi/wifilib 0.3.1, rebootlib 1.1. | It is built with DevKitARM r20, libfat (DLDI), dswifi/wifilib 0.3.1, rebootlib 1.1. | ||
==Features== | ==Features== | ||
*Using configurable LocationProfiles, you can fetch the weather of any location supported by Weather.com and store up to 64 locations. | * Using configurable LocationProfiles, you can fetch the weather of any location supported by Weather.com and store up to 64 locations. | ||
*Automatically load and save LocationProfiles to your FAT. | * Automatically load and save LocationProfiles to your FAT. | ||
*Up to 64 LocationProfiles. | * Up to 64 LocationProfiles. | ||
*Configure server settings. | * Configure server settings. | ||
*Very nice user interface and keyboard. | * Very nice user interface and keyboard. | ||
*Actively developed | * Actively developed. | ||
==Installation== | ==Installation== | ||
Download and extract file to apps folder. | |||
Create a folder called DSLiveWeather in the root of card. | |||
==User guide== | ==User guide== | ||
Get weather.com location ID. | Get weather.com location ID. | ||
Then go to: weather.google.com. And then go to www.weather.com and search for your city/area. Once it's displayed on screen look at the your browser's address bar, your location ID will be displayed at the end of the address (e.g. for the address: http://weather.msn.com/local.aspx?wealocations=wc:UKXX0015 the location ID is UKXX0015). | |||
Start the DSLiveWeather app, enter any name in the profile name (tap the green tick to exit). | |||
Enter the Location ID in the next box (tap the green tick to exit). | |||
Press on the Start button to save your settings. | |||
Tap on Currently to view weather information. | |||
==Controls== | |||
Control with stylus. | |||
Currently - View weather information | |||
Gray face icon - Connect/disconnect to your wireless network | |||
Green tick icon - Retrieve the latest weather | |||
==Known Issues== | ==Known Issues== | ||
"Error saving xxxxx" or "Error loading xxxxxx" would appear when | "Error saving xxxxx" or "Error loading xxxxxx" would appear when there is no DSLiveWeather folder in the root of flash card. | ||
==Changelog== | ==Changelog== | ||
'''Version July 12''' | '''Version July 12''' | ||
*Automatically searches for the DSLiveWeather directory within 3 depth levels away from the root. This means that the following three configurations will work: | * Automatically searches for the DSLiveWeather directory within 3 depth levels away from the root. This means that the following three configurations will work: | ||
**/DSLiveWeather | |||
**/<1>/DSLiveWeather | |||
**/<1>/<2>/DSLiveWeather | |||
*This procedure is done with my Locator() function. If you would like to see this feature in more homebrew projects, spread the word to the developers! | * This procedure is done with my Locator() function. If you would like to see this feature in more homebrew projects, spread the word to the developers! | ||
*People experienced problems with Saving to FAT. This should be fixed. | * People experienced problems with Saving to FAT. This should be fixed. | ||
*This build uses the latest official DSWifi 0.3.2. I hope it fixes some of the WiFi problems. | * This build uses the latest official DSWifi 0.3.2. I hope it fixes some of the WiFi problems. | ||
==Credits== | ==Credits== | ||
Special thanks: | Special thanks: | ||
*Huuf (for hosting and serving). | |||
*MrShlee (for Dev-Scene, hosting and serving). | |||
*DragonMinded (for DSFont.exe to generate the font used in DSLW). | |||
*Weather.com for the weather data. | |||
*GbaDev.org Forum members who have pointed out a few bugs and came up with nice ideas. | |||
[[Category: | <br> | ||
[[Category:DS homebrew applications]] | |||
[[Category:Other DS applications]] |
Revision as of 00:17, 24 Mayıs 2021
DSLiveWeather | |
File:Dsliveweather.jpg | |
General | |
---|---|
Author(s) | Liick (licklick) |
Type | Other |
Version | 12 July 2007 |
Licence | Mixed |
Links | |
[Media:Dsliveweather20070627.zip Download] | |
Website |
<htmlet>adsense</htmlet>
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
DSLiveWeather is a WiFi application on the Nintendo DS that allows user to fetch the current weather information of the location user choose. It will indirectly display the current weather offered by Weather.com.
It is built with DevKitARM r20, libfat (DLDI), dswifi/wifilib 0.3.1, rebootlib 1.1.
Features
- Using configurable LocationProfiles, you can fetch the weather of any location supported by Weather.com and store up to 64 locations.
- Automatically load and save LocationProfiles to your FAT.
- Up to 64 LocationProfiles.
- Configure server settings.
- Very nice user interface and keyboard.
- Actively developed.
Installation
Download and extract file to apps folder.
Create a folder called DSLiveWeather in the root of card.
User guide
Get weather.com location ID.
Then go to: weather.google.com. And then go to www.weather.com and search for your city/area. Once it's displayed on screen look at the your browser's address bar, your location ID will be displayed at the end of the address (e.g. for the address: http://weather.msn.com/local.aspx?wealocations=wc:UKXX0015 the location ID is UKXX0015).
Start the DSLiveWeather app, enter any name in the profile name (tap the green tick to exit).
Enter the Location ID in the next box (tap the green tick to exit).
Press on the Start button to save your settings.
Tap on Currently to view weather information.
Controls
Control with stylus.
Currently - View weather information
Gray face icon - Connect/disconnect to your wireless network
Green tick icon - Retrieve the latest weather
Known Issues
"Error saving xxxxx" or "Error loading xxxxxx" would appear when there is no DSLiveWeather folder in the root of flash card.
Changelog
Version July 12
- Automatically searches for the DSLiveWeather directory within 3 depth levels away from the root. This means that the following three configurations will work:
- /DSLiveWeather
- /<1>/DSLiveWeather
- /<1>/<2>/DSLiveWeather
- This procedure is done with my Locator() function. If you would like to see this feature in more homebrew projects, spread the word to the developers!
- People experienced problems with Saving to FAT. This should be fixed.
- This build uses the latest official DSWifi 0.3.2. I hope it fixes some of the WiFi problems.
Credits
Special thanks:
- Huuf (for hosting and serving).
- MrShlee (for Dev-Scene, hosting and serving).
- DragonMinded (for DSFont.exe to generate the font used in DSLW).
- Weather.com for the weather data.
- GbaDev.org Forum members who have pointed out a few bugs and came up with nice ideas.