Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
v1.0k release | 1.34 KB | Jul 19, 2016 | 7.0.3 | 1,428 | Download |
v1.0j release | 1.34 KB | Jun 24, 2015 | 6.2.0 | 595 | Download |
v1.0i release | 1.34 KB | Feb 24, 2015 | 6.1.0 | 268 | Download |
v1.0h release | 1.34 KB | Oct 14, 2014 | 6.0.2 | 332 | Download |
v1.0g release | 1.34 KB | Sep 10, 2013 | 5.4.0 | 465 | Download |
v1.0f release | 1.34 KB | May 22, 2013 | 5.3.0 | 151 | Download |
v1.0e release | 1.34 KB | Mar 5, 2013 | 5.2.0 | 143 | Download |
v1.0d release | 1.34 KB | Nov 28, 2012 | 5.1.0 | 196 | Download |
v1.0c release | 1.34 KB | Aug 28, 2012 | 5.0.4 | 186 | Download |
MinimapClock v1.0b release | 1.34 KB | Nov 29, 2011 | 4.3.0 | 574 | Download |
MinimapClock v1.0a release | 1.34 KB | Nov 14, 2011 | 4.2.0 | 166 | Download |
MinimapClock v1.0 release | 1.34 KB | Nov 10, 2011 | 4.2.0 | 118 | Download |
Screenshots
Description
This is a small and simple addon, all it does is remove the existing small clock from below the minimap, and instead replaces the text in the titlebar with a clock which has hours, minutes and seconds.
The clock uses your local time and by default a 24-hour timestamp (which can be changed in the configuration). Hovering over the title bar will in addition to displaying zone information like you usually would expect also show today's date.
The only available configuration is in the .lua-file (open minimapclock.lua in the Interface/AddOns/MinimapClock folder, and change the first few lines accordingly.
You can change to using a 12-hour format by changing
local use24hformat = true
to
local use24hformat = false
Add a comment