DaySpark
pendingby Stephanie Frantz
A digital almanac for daily notes. Injects ICS calendars, sun/moon phases, celestial conjunctions, meteor showers, weather, and historical context.
DaySpark for Obsidian π―οΈ
DaySpark is a "Digital Almanac" plugin for Obsidian that injects rich, context-aware data into your daily notes. I made this because I heard that the Farmers' Almanac is not going to be published after 2026.. so yeah. I was putting in a lot of this stuff manually in my daily journal logs, so I figured I'd dive in and make this as a full thing.
If it's not right, please feel free to put in a PR and we can get something cool.
Unlike standard template plugins that just paste a date, DaySpark calculates the exact astronomical, meteorological, and calendar context for any date you give itβwhether it's today, a date in the future, or a journal entry from 10 years ago.
β¨ Features
π Smart Calendars
-
Universal Support: Works with generic
.icsURLs and local.icsfiles in your vault. -
Grouping: Organize events into "Work," "Personal," or "Birthdays" groups with their own custom headers.
-
Time Travel: Correctly fetches past events for historical notes, keeping your archives accurate.
-
Ideas for calendars:
- Office US Holidays calendar
- TV Guide
- Sports schedules (MLB and NHL might provide some ics links)
- Sync2Cal might be able to get some ics
π Precision Astronomy (Almanac Style)
- Moon Phase: Calculates phase and illumination percentage using high-precision geocentric algorithms.
- Moon Age: Tracks the moon's age in calendar days since the last New Moon, matching traditional logic.
- Constellations: Identifies the Moon's actual Astronomical Position (e.g., Ophiuchus, Cetus) using UTC-based calculations.
- Rise & Set: Precise local times for Sun and Moon, accounting for your exact coordinates and local time zone shifts.
β¨ Celestial Events
- Conjunctions: Identifies when planets or the Moon align in Right Ascension (e.g.,
β βΎ β). - Meteor Showers: Alerts you to major meteor shower peaks (e.g., Perseids, Geminids).
- Lunar Events: Tracks Lunar Nodes (
at β), Equator crossings (crosses Eq.), and distance extremes (at Perigee/at Apogee).
πͺ Sky Watch
- Planetary Visibility: Identifies which naked-eye planets (Mercury through Saturn) are visible on any given night.
- Observational Advice: Automatically determines if a planet is visible "All Night," "In the Morning," or if it is "Difficult" due to proximity to the Sun.
π¦οΈ Weather & Elements
- Context Aware: Pulls actual observed weather data for past dates or the local forecast for future dates.
- Unit Support: Fully supports both Metric (Β°C/km/h) and Imperial (Β°F/mph) systems.
- Zero Config: Powered by the free Open-Meteo APIβno API keys or sign-ups required.
π°οΈ On This Day in History
- Wikipedia Integration: Fetches significant historical events that happened on your note's specific date.
- Curated Results: Limits results to a configurable list (1-10) to keep your daily notes clean and focused.
π Dynamic Location
- Auto-Detection: Reverse-geocodes your default Lat/Long settings to a recognizable city name.
- Travel Overrides: Traveling? Simply add a
## My Locationsection with a city name (e.g.,- Las Vegas, NV) to your note. DaySpark will detect the change and recalculate all astronomy and weather data for that specific location.
π Seasons & Lore
- Astronomical Seasons: Flags Equinoxes and Solstices based on the Sun's position.
- Cross-Quarter Days: Includes traditional Almanac mid-season markers like Samhain (Nov 1), Imbolc, Beltane, and Lammas.
- Meteorological Seasons: (Optional) Markers for the 1st of the month transitions.
- Weather Lore: Includes traditional monthly weather proverbs and rhymes straight from the Farmer's Almanac.
π Installation
Manual Installation
- Download the latest release.
- Extract
main.js,manifest.json, andstyles.cssinto your vault's plugin folder:.obsidian/plugins/dayspark/. - Reload Obsidian and enable DaySpark in the community plugins settings.
βοΈ Configuration
- Latitude/Longitude: Set your home base coordinates for default calculations.
- 24-Hour Time: Toggle between
2:30 PMand14:30formats. - Overwrite Sections: Enable this to allow DaySpark to update existing sections (perfect for refreshing weather or correcting location).
- Modular Toggles: Every data point (Moon age, Zodiac position, Meteor showers, etc.) has its own toggle to let you build the perfect "Spark."
π Privacy
DaySpark is built for privacy:
- Local Math: All astronomical calculations are performed locally on your device.
- No Tracking: No user data or coordinates are ever sent to a central server.
- Direct APIs: Weather and History data are fetched directly from public, open APIs (Open-Meteo, Wikipedia, and Nominatim).
πΊοΈ Roadmap
- I think that's it for sure now.
Installation
Manual Installation
- Download the latest release files (manifest.json & main.js) from the Releases page.
- Create a folder named "DaySpark" in the Obsidian plugins folder (.obsidian/plugins).
- Copy the files from step 1 into the new folder.
- Enable the plugin in the Obsidian settings under the "Community plugins" section. You might have to restart Obsidian to see the plugin.
Installing through BRAT
- Install BRAT from the Community Plugins in Obsidian.
- Get the link to the GitHub repository: https://github.com/thehandsomezebra/DaySpark
- Open the command palette and run the command "BRAT: Add a beta plugin for testing"
- Using the link from step 2, copy that into the modal that opens up and Select the latest version (recommended)
- Click on Add Plugin -- wait a few seconds and BRAT will tell you what is going on.
- After BRAT confirms the installation, in Settings go to the Community plugins tab.
- Refresh the list of plugins.
- Find the DaySpark in the plugin list and Enable it (If not enabled)
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.