Download
(191Kb)
Download
Updated: 07-31-16 03:23 AM
Pictures
File Info
Updated:07-31-16 03:23 AM
Created:02-19-09 04:03 AM
Downloads:25,145
Favorites:337
MD5:

Broker uClock  Popular! (More than 5000 hits)

Version: 3.3.9
by: Ethan Centaurai [More]

Broker uClock is the spiritual successor to my old FuBar uClock (which itself was a re-write of FuBar ClockFu), re-written using Ace-3.0 and LibDataBroker-1.1 for maximum efficiency.

Features:
- It can show realm time, local time, or UTC time in it's data feed (or all three!).
- It shows today's date aswell as realm time, local time and UTC time in the tooltip.
- It toggles the in-game Time Manager (stop watch, alarm clock etc) if clicked.
- It toggles GroupCalender (if installed) or the in-game Calendar if shift-clicked.

Options can be found in the dropdown menu, accessed by right-clicking the plugin.
- Choose which time format(s) you want shown in the data feed.
- Choose whether to show seconds or not.
- Choose whether to have the time shown in 12hr or 24hr format.

uClock will work on it's own, but you won't be able to see the data feeds without a Broker Display addon. I recommend Fortress and Titan Panel.

If you've found an error or would like to suggest a feature, please make a new ticket in the issues hub or leave a comment here.

Version 3.3.9
- Updated for Patch 7.0.3.

Version 3.3.8
- Updated for Patch 6.2.0.

Version 3.3.7
- Updated for Patch 6.0.2.

Version 3.3.6
- Updated for Patch 5.0.4.

Version 3.3.5
- Updated for Patch 4.3.0.

Version 3.3.4
- Updated for Patch 4.2.0.
- Added an icon for Ampere.

Version 3.3.3
- Updated for Patch 4.1.0.

Version 3.3.2
- Fixed some stupid but major bugs. Many thanks to zaphon and doxxx for spotting these.
- Added a much requested Swap option which swaps the order of local time and server time in the display.

Version 3.3
- Updated for Patch 4.0.1.
- Re-written again to (hopefully) be even more efficient.
- Fixed a bug caused by Blizzard removing the "Show Clock" option in Patch 4.0.1.
- Removed unneeded libraries.

Version 3.2.3
- Updated for Patch 3.2.0.
- Library update.

Version 3.2.2
- Fixed calendar toggle for users with GroupCalendar version 5.

Version 3.2.1
- Added some more sounds for the hourly chime, recommended by Nandini.
- Fixed a bug which caused the hourly chime to play 60 times. Whoops.

Version 3.2
- Added an option to chime at the top of every hour. The chime sound is configurable.
- Added an option to show or hide Blizzard's minimap clock.
- Configuration has been moved to Blizzard's Interface Options frame.

Version 3.1.4
- The current month should no longer display as "26" for Korean clients.

Version 3.1.3
- Fixed a problem with Simplified Chinese translations not being registered.
- Fixed the names of weekdays not being translated for non-Korean clients.
- Fixed the names of months not being translated for non-English clients.

Version 3.1.2
- Added Korean (koKR), Simplified Chinese (zhCN) and Traditional Chinese (zhTW) translations. Thanks, Damjau and Sparanoid!

Version 3.1.1
- Added support for multiple localizations. Translators needed!

Version 3.1
- Added support for the UTC time format.
- Removed the text colour options, as most Broker Displays already have text colouring options.

Version 3.0.3
- Updated for Patch 3.1.0.

Version 3.0.2
- You can now choose to show local time, realm time, or both in the display.
- Restructured the tooltip slightly. Today's date is now shown at the top, with local and server times underneath.

Version 3.0.1
- Fixed the offset of "uClock" in the dropdown menu.
- Fixed a bug where the tooltip would remain shown when you open the dropdown menu.

Version 3.0
- Re-written to use Ace-3.0 and LibDataBroker-1.1.

Version 2.0.12
- Removed unused libraries to shrink download file size.

Version 2.0.11
- Added an icon (can be disabled).
- Added hints to the tooltip.
- Shift-clicking the plugin should now toggle GroupCalender if it is installed, or Blizzard's Calendar if not.

Version 2.0.9
- Bugfixes. Coding in the middle of the night is bad, m'kay?

Version 2.0.8
- Having the "Show Coloured Text" option enabled should now make the text white instead of FuBar's default yellow.

Version 2.0.7
- Updated for Patch 3.0.2.
- Added Server Time display. Game Time can now be found in the tooltip.
- Added options to show seconds and show 12hr format.
- Shift-clicking the plugin will now toggle Blizzard's Calendar.
- Right-clicking the plugin will show uClock's options frame.

Version 1.0.6
- Initial public release.
Optional Files (0)


Post A Reply Comment Options
Unread 09-06-12, 04:50 AM  
Ravendwyr
A Flamescale Wyrmkin
 
Ravendwyr's Avatar
AddOn Author - Click to view AddOns

Forum posts: 139
File comments: 156
Uploads: 13
Done. :3
__________________
Twitter | GitHub
Report comment to moderator  
Reply With Quote
Unread 09-04-12, 03:45 PM  
Disturbed123
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
i use this mod, now with the "chocolate" bar data broker mod (instead of fubar clock).

this mod works fine.

can you update the mod to show it works with MoP, so it doesn't say "out of date" in-game?
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 02:35 PM  
AnthonyK
WTF
 
AnthonyK's Avatar

Forum posts: 25
File comments: 12
Uploads: 0
Re: Re: Hiding WoW Clock

Originally posted by Tarka
I was having this same problem, think I figured out what was causing it for me. I also have carbonite and it also has an option to turn off the clock. I unchecked it and I think that has it fixed.
Ah, I use Carbonite as well. I'm sure that's the problem. Thanks much.
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 08:03 PM  
Taurvanhiel
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Looking to get rid of the Calendar icon on the minimap and it looks like the code has changed enough since Jzar posted his workaround to get a notification of a pending invite that I can't seem to make out where that code should go. (lua n00b here).

Would love to have a calendar invite indicator option built in. Baring that, can anyone clue me into how to implement Jzar's workaround into the current code (his code is posted below):

Change line #200 in Core.lua to
Code:
displayedTime = CalendarGetNumPendingInvites() > 0 and "|cffff8888" or ""

and change line #207 in Core.lua to
Code:
displayedTime = displayedTime .. (CalendarGetNumPendingInvites() > 0 and "|r" or "")
Thank for any help!
Last edited by Taurvanhiel : 10-24-10 at 08:03 PM.
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 12:16 PM  
Tarka
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: Hiding WoW Clock

Originally posted by AnthonyK
Everytime I log on I have to set uClock to hide the default clock again. Any ideas why it's not saving this option?
I was having this same problem, think I figured out what was causing it for me. I also have carbonite and it also has an option to turn off the clock. I unchecked it and I think that has it fixed.
Last edited by Tarka : 10-24-10 at 04:19 PM.
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 05:45 AM  
Ravendwyr
A Flamescale Wyrmkin
 
Ravendwyr's Avatar
AddOn Author - Click to view AddOns

Forum posts: 139
File comments: 156
Uploads: 13
Re: Hiding WoW Clock

Originally Posted by AnthonyK
Everytime I log on I have to set uClock to hide the default clock again. Any ideas why it's not saving this option?
The clock remains hidden on my machine and all of my family's machines so it might be a file permissions issue.

If you use the Curse Client it can help solve the problem. If not, try searching the forums for clues. There's not a lot I can do otherwise.
__________________
Twitter | GitHub
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 05:07 AM  
AnthonyK
WTF
 
AnthonyK's Avatar

Forum posts: 25
File comments: 12
Uploads: 0
Hiding WoW Clock

Everytime I log on I have to set uClock to hide the default clock again. Any ideas why it's not saving this option?
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 01:43 PM  
Invertigo
A Defias Bandit
 
Invertigo's Avatar

Forum posts: 2
File comments: 61
Uploads: 0
Originally posted by Ethan Centaurai
Originally Posted by Invertigo
I'm having a bit of a problem with uClock and DockingStation.
I just tried it with no problems at all.
If you can get a Lua error then I might be able to find out what's going on.
I'm looking into it. Now that I've had some time to sit down with it I think the problem was in the DockingStation lua file found in the WTF folder. I cleaned that out and disabled every other addon except DockingStation and uClock and it seems fine.

Thanks for taking the time to poke it for me.
__________________
Once you go gnome, you never go home...
Last edited by Invertigo : 10-22-10 at 01:49 PM.
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 11:45 AM  
Ravendwyr
A Flamescale Wyrmkin
 
Ravendwyr's Avatar
AddOn Author - Click to view AddOns

Forum posts: 139
File comments: 156
Uploads: 13
Originally Posted by Invertigo
I'm having a bit of a problem with uClock and DockingStation.
I just tried it with no problems at all.
If you can get a Lua error then I might be able to find out what's going on.
__________________
Twitter | GitHub
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 11:11 AM  
Invertigo
A Defias Bandit
 
Invertigo's Avatar

Forum posts: 2
File comments: 61
Uploads: 0
I'm having a bit of a problem with uClock and DockingStation. I can't get you the exact LUA error right now because WoW decided I needed to download a bunch more shit. However, it has to do with displaying uClock on the DockingStation panel. It grays the plugin out, and when I attempt to enable it via DockingStation I receive an LUA error.

I assumed this was a problem with uClock, because other plugins seem to run fine, but I'll post this on the DockingStation comments as well. ElkBuffBars is giving me a similar error.
__________________
Once you go gnome, you never go home...
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 04:39 PM  
doxxx
A Kobold Labourer
 
doxxx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 160
Uploads: 1
Thanks for the quick update.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 04:40 AM  
Ravendwyr
A Flamescale Wyrmkin
 
Ravendwyr's Avatar
AddOn Author - Click to view AddOns

Forum posts: 139
File comments: 156
Uploads: 13
Whoops!


Version 3.3.2 will solve this as well as add a Swap option to swap the positions of the local time and server time displays in uClock (UTC will still appear last).

It will be uploaded tomorrow as I am not at home at the moment.
__________________
Twitter | GitHub
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 05:17 PM  
doxxx
A Kobold Labourer
 
doxxx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 160
Uploads: 1
Looks like Broker_uClock uses AceEvent-3.0 but doesn't include it in the zip. So if no other mod on your system includes it, it fails to load.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 12:43 PM  
Ravendwyr
A Flamescale Wyrmkin
 
Ravendwyr's Avatar
AddOn Author - Click to view AddOns

Forum posts: 139
File comments: 156
Uploads: 13
All fixed in Version 3.3.1.
Thanks zaphon. I owe you some cookies!
__________________
Twitter | GitHub
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 11:35 AM  
saltorio
A Murloc Raider
 
saltorio's Avatar

Forum posts: 8
File comments: 121
Uploads: 0
Originally posted by zaphon
I'm having a problem with this on 4.0.1. When I logged in for the first time, it worked. Now every single time I login it just says "Loading..." and doesn't function at all. Any ideas why it would be doing this?

UPDATE: I found the problem. It was the following code

Code:
        if not db.showClock then
                if cataclysm then
                        TimeManagerClockButton:Hide()
                else
                        SetCVar("showClock", "0")
                        InterfaceOptionsDisplayPanelShowClock_SetFunc("0")
                end
        end
It was specifically the check for "cataclysm" that was failing. Simply getting rid of that and changing it to just this fixed the problem.
I noticed the exact same problem.

I'll try your fix tonight if an update isn't released.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: