Skip to content

joecreighton/moon-phase

Repository files navigation

Moon Phase

A widget for Übersicht.

Lit moon

Uses the following APIs

Locale and Options

These can be set by editing the index.coffee file.

If no locale (city, region) is set, the widget will do a lookup based on your IP. I recommend saving yourself an API call and setting it: freegeoip doesn't always cooperate.

The font, icon, and color settings do what you'd expect.

  • Fonts are scaled with respect to others through the base fontSize.
  • All text is one color; the header Rises, Upper Transit, Sets uses another muted color.
  • If a background is desired, set the widget's background color and an opacity above 0.
  • All but two data elements -- moon icon and phase name -- can be disabled by setting their option to false.

Minimalist

  • Two icon sets can be used: one where pixels represent the lit side of the moon, the other where pixels represent the shadow side of the moon.
  • There's an additional option (showAMPM) to use a 12-hour clock instead of a 24-hour clock.

Shadow moon

Credits

Much inspiration was taken from Felix Hageloh's Weather Widget

Icons by Erik Flowers (http://erikflowers.github.io/weather-icons/)

License

MIT LICENSE

Releases

No releases published

Packages

No packages published