A plugin that synchronizes a Wii U's clock to the Internet.
Wii U Time Sync is an Aroma plugin which automatically synchronizes the console's clock using one or more NTP servers.
For convenience, it is recommended that you download Wii U Time Sync from the Homebrew App Store. Both are maintained by me, and I ensure that the mirror is updated instantaneously after a new release.
Otherwise, a Wii U plugin file will be bundled with each release. It should be placed on your SD card, particularly in wiiu/environments/aroma/plugins
.
If the program is placed correctly on an SD card, Wii U Time Sync will be listed in the Aroma environment's Wii U Plugin System Config Menu.
Configuration -> Syncing Enabled
: Enables syncing to the Internet, off
by default.Configuration -> Show Notifications
: Shows a notification whenever Wii U Time Sync adjusts the clock, normal
by default.
quiet
means that no notifications will appear on success.normal
means that only success or failure notifications will appear, but no others.verbose
means that all notifications (statistics and such) will appear, useful for debugging.Configuration -> Time Offset (UTC)
: The amount of time to add/subtract from the coordinated universal time, +00:00
by default.Configuration -> Detect Time Zone (press A)
: Uses one of three different APIs to guess the time zone, setting the offset accordingly.
Configuration -> Auto Update Time Zone
: Automatically utilizes an IP Geolocation API to set your offset accordingly, off
by default.Configuration -> Notification Duration
: The amount of seconds which notifications will appear on screen for, 5 s
by default.Configuration -> Timeout
: The amount of seconds before an established NTP connection will timeout, 5 s
by default.Configuration -> Tolerance
: The amount of milliseconds in which Wii U Time Sync will tolerate differences, 500 ms
by default.Configuration -> Background Threads
: Controls how many servers are queried at once, 4
by default.
4
.Configuration -> NTP Servers
: The list of NTP servers in which the plugin connects to, only pool.ntp.org
by default.
wiiu/environments/aroma/plugins/config/Wii U Time Sync.json
"server": "pool.ntp.org time.windows.com",
Preview Time
: Lets you preview what the system's clock is currently set to, as well as correction and latency statistics.For values you would like to set back to default, you can press the X button while highlighting the option you would like to reset.
If you encounter bugs, the best place to report them would be the Issues tab. This allows for easy tracking and reference, though please check for duplicates first and comment there if possible!
For assistance or other inquiries, the best place to reach out would be the Nightkingale Studios Discord server (#chat-hangout is okay). I am active in many other Wii U homebrew Discord servers as well.
1. Why doesn't it seem like the time changes when I manually run a sync?
The changes will not be reflected in the HOME Menu and most other applications right away, so the console will need to be rebooted for changes to be completed.
You should have wut installed. Following the devkitPro Getting Started guide will set you up with it and all other basic dependancies. Additionally, you will need the following dependancies:
After all dependancies have been installed, you can just run make
.
DEBUG=1
as an argument, which will include the commit hash as part of the version string inside the binary. All products produced by workflows utilize this..wps
file. You can use this the same way as a release binary.I hope that I am able to express my thanks as much as possible to those who made this repository possible.