This Spoon provides a convenient way to view upcoming WNBA games directly from your Mac's menu bar using Hammerspoon.
- Displays upcoming WNBA games for the next two weeks
- Shows game information, including date, time, teams, and location
- Sorts games in chronological order
- Updates time to Eastern Time (ET)
- Accessible via a menu bar item
- Hammerspoon (latest version recommended)
- macOS (tested on the latest version, but should work on recent versions)
- Ensure you have Hammerspoon installed on your Mac.
- Download the
WNBASchedule.spoon
directory. - Place the entire
WNBASchedule.spoon
directory in your Hammerspoon Spoons directory (usually~/.hammerspoon/Spoons/
).
-
Open your Hammerspoon configuration file (usually
~/.hammerspoon/init.lua
). -
Add the following lines to load and start the Spoon:
hs.loadSpoon("WNBASchedule") spoon.WNBASchedule:start()
-
Reload your Hammerspoon configuration.
-
You should now see a "WNBA" item in your menu bar.
-
Click on the "WNBA" menu bar item to view the upcoming games.
You can modify the init.lua
file within the WNBASchedule.spoon
directory to customize the Spoon's behavior.
- If you don't see the menu bar item, ensure the Spoon is correctly loaded in your Hammerspoon configuration.
- For any other issues, check the Hammerspoon Console for error messages.
Contributions to improve the WNBA Schedule Spoon are welcome! Please feel free to submit issues or pull requests on the GitHub repository.
This Spoon is released under the MIT License. See the LICENSE file for details.
- Thanks to the Hammerspoon team for creating and maintaining it.
- Data is sourced from ESPN's API.
- 1.5: Added sorting functionality for games
- 1.4: Updated to show ET timezone and game location
- 1.3: Improved date formatting
- 1.2: Fixed time parsing issues
- 1.1: Added error handling and improved code structure
- 1.0: Initial release