• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share

FuBar_AlarmClockFu

  Download the Curse Client

Last Update:
Category: Miscellaneous
Tags:
Project Manager: wanthony
Current Version: 1.2.1
Downloads Today: 9
Downloads Total: 9,620
Favorites: 86
Comments: 38
  • About FuBar_AlarmClockFu
  •  

What is it?

FuBar_AlarmClockFu is a simple alarm clock for FuBar users. The addon currently includes a 12 / 24 hour clock and three alarms (which trigger a basic message box when it is activated).

Please, if you have any feature requests, use the ticket system. If the feature is within the scope of the project, I'll gladly try my best to implement it.

AlarmClockFu is now hosted at wowace.com. The most recent version of the addon may be obtained through WowAceUpdater, although be aware that even though I try to only commit working code, some bugs may show up.

Options

Options include 12 / 24 hour display, local / server time display (or both), and configuration of three alarms. All three alarms are set via the drop-down menu.

Each of the three alarms can have a custom message displayed when they go off.

Roadmap

Feature requests will be a top priority over the features described below.

Version 1.1.0

  • Looking for user feedback
  • Fix bugs created in implementation of the alarm tooltips
  • Fix countdown bug
  • Implement a snooze feature
  • Downloads (22)
  •  
  File Name Release Type Game Version Downloads Date  
  FuBar_AlarmClockFu-r68634.11 Beta 2.4.3 6 8/6/2008
  FuBar_AlarmClockFu-r68634.10 Beta 2.4.3 0 8/2/2008
  FuBar_AlarmClockFu-r68634.9 Beta 2.4.3 0 7/31/2008
  FuBar_AlarmClockFu-r68634.8 Beta 2.4.3 0 7/21/2008
  FuBar_AlarmClockFu-r68634.7 Beta 2.4.3 0 7/18/2008
Advertisement
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • As a college student it'd be nice to set multiple alarms so I never miss class 'cause i'm not watching the clock.

  • Hi wanthony,

    how about adding the option to set a countdown. Sometimes I want an alarm in 45 minutes for example but I am too lazy to look at the current time and then calculate the time of the alarm :)

    That would be a great feature!

  • Any thought on hosting this over at wowace.com? It would be super if updates were accessible through WAU. :)

  • I installed version 0.5.1 and it display well in the fubar bar. I configured an alarm and waited the good time and nothing happend. So I check the source code and I found that you use:

    function AlarmClockFu:AlarmClockTrigger() _ERRORMESSAGE(AlarmClockFu.db.profile.alarmmsg) end

    But since the patch 2.1, the function _ERRORMESSAGE will not display anything except for the developer who enable the debug mode ....

    More info on the patch release here: http://forums.worldofwarcraft.com/thread.html?topicId=94299464&sid=1 And here: http://www.wowwiki.com/API_ERRORMESSAGE

    So I replaced the function by: function AlarmClockFu:AlarmClockTrigger() PlaySound("ReadyCheck"); SendChatMessage(AlarmClockFu.db.profile.alarmmsg); end

    And it works fine. This is a small workaround, the good solution is to create a frame with a OK button.

  • I wonder if you could write AlarmClockFu to check local time at the computer rather than do a raw calculation of server time vs. offset. The game server (Eonar EU) seems to be about 50 seconds slow. Currently, I use MiniClockFu and it grabs the local time from my computer. I really like that I have accurate time ingame but would also like an alarm option. Actually, if you could just add your alarm options to MiniClockFu, I'd be in heaven. ;)

    Edit: Been playing with this today and I have to say I love it! Two things that would make it super for me: 1. Option to play a sound with alarm. 2. Host it at wowace.com so it's available from WAU.

    Great addOn. Thanks! :)

  • wanthony said 

    Are you sure that the alarm is enabled? See if "Enable Alarm" is checked for the alarm you intend to use. Also, make sure you are entering the hour in 24 hour format (this is an issue that I have yet to resolve).

    Everything works fine on my side, and I have not made any changes to the code since the previous release.

  • kaiserxp said 

    The alarm doest work, no message, no warnning. Version 0.5.1

  • khepra said 

    I found the problem. After updating to the latest version of FuBar and reenabling my old saved varieables file (I had a current version just updated to the beta file posted on WoWAce today) it finally spit out an error.

    After doing some digging I found the problem. The FuBarPlugin-2.0.lua file was a folder down in the addon library and therefore not loading (i.e. it was in Libs\FuBarPlugin-2.0\FuBarPlugin-2.0 not Libs\FuBarPlugin-2.0). I moved it to the root of the FuBarPlugin-2.0 folder and it's running like a champ now. You might want to update your zip fie with the lua file in the appropriate place.

    Thanks for your speedy responses and help! Great Addon! Cheers!

  • khepra said