Lunar cycle

Is there any way to show lunar cycles on the timeline?

I have pulled most of my timeline information across to Aeon Timeline now, but the phase of the moon on any given day is a key part of the setting in my novel and it would be good to not have to track this separately.

1 Like

Also, I happen to use earth (with a bespoke calendar) in my fiction, so real world lunar cycle is what I’m after.

I don’t currently need it, but obviously it would be great for users to be able to define the periodicity of their own lunar cycles (and no doubt multiple moons…ARGH!).

Thanks

I assume you are wanting the lunar cycle of an event to be automatically calculated based on its date? This isn’t currently available.
What you could do to track the lunar cycle would be to create a new list property that had all the lunar phases, and then you can manually set the phase for each of your events.
Or you potentially could use Calendar Markers, which allow you to mark certain times of the calendar, and can be repeated at defined intervals. You can also change the icon of these to ones that resemble moon phases.

1 Like

Thanks Jess, I’ll try that.

I had the same problem and was able to solve it with Aeon Timeline 2 by introducing a “moon phase” field for the events, which puts the calculated moon phase. This is updated using a Python script.
This update doesn’t work with Aeon Timeline 3 because I can’t write the file format due to its complexity.

1 Like

I’ve wrangled with the Lunar Cycle headache in Aeon a few times; So far, this is my best solution in Aeon3:

  1. Make an Item Type For ‘Moonphases’. Make it Visible on the Timeline and Allow Dates, plus whatever relationships you want applicable.

  2. Make 1 ‘Moonphase’ for whatever dates/times you require, but shove it as far back as possible on yoour timeline, way bfore it has any relevance to your current working zone. I tend to put mine at 4000 BC, etc.

  3. If you’re using standard moon phases, if you tick off the ‘mark anniversary on timeline’ box, you can go into the markers and select moonphase symbols, and they will appear above your timeline.

  4. You’ll have to repeat the cycle itself a few times and play with the event durations to get them to fit properly, depending on your timeline requirements. At present I have thirteen repetitions of the full cycle 8-Phase Moon Cycle (104 items total).
    Waxing & Waning Crescents and Gibbous Phases are 6 days 12 hours long. Quarters, Full and New Moons 12 hours in all but the thirteenth cycle. In the Final Cycle, my Full and New Moons are 1 day each. Thats not how it works IRL, but I had to get creative.

Obviously, if you aren’t using an IRL model, this doesn’t matter, but this was what I had to work with to fit the whole cycle into a year, and have my calendar markers, which are mainly how I refer to the phases when editing repeat on a regular setting without any overlap. A full IRL model is possible(ish), but I was less worried about realism in this story so much as being able to pin certain things in place, as I have relationships in events and characters that relate to such phases, so I needed them to be pretty accurate.

If you want to use this, I recommend making the Moonphases before you put the meat of the timeline in. Adding it to an existing timeline is also easy enough, but more aggravating in terms of reordering.

  1. You can then turn off your ‘Moonphases’ visibility on the timeline, and the markers will still show. You can also use the same item type for similar markers. Mine also tracks Zodiac Signs, Pagan Holidays, and Celtic Astrology, so its a bit cluttered. If I could figure out how to stop my Chinese Zodiac Markers from overlapping, I’d have those visible too, but the way markers work, its impossible to adjust the frequency of the anniversary itself, so unfortunately no dice there.

Hope that helps. I had to go through a few different versions of this before I got anything useable so if anything doesn’t make sense feel free to ask :slight_smile: Sorry there aren’t more Images; Aeon won’t let me put more than one up yet.

P.S.
Aeon Team, Can we please have the ability to customise the repetition cycle/frequency of anniversaries? Like, a little type-box to say the anniversary is every 12 years, or 1 year and 7 weeks, or 321 days and six seconds? Customisability like that would be great. IT WOULD SAVE SO MANY HEADACHES.

This looks quite interesting. If I understand you correctly, you are building a timeline with ready-made moon phase markers.

I can imagine that you can create a set of such markers via a script and insert them in the correct position in any Aeon3 template.
The template files for Aeon Timeline 3 are (in contrast to the project files as such) pure JSON files, which should be relatively easy to edit using a script.

1 Like

That would be good, if I had any confidence whatsoever or knowledge on using scripts or anything like that. I can use very basic text formatting in HTML, but that’s as far as any coding goes on my part I’m afraid.

The JSON format is accessible with Python as a data set with nested dictionaries and lists, which only requires some very basic knowledge of the programming language.
However, my suggestion only applies if you can export markers to templates with Aeon Timeline 3. Is that possible?

1 Like

Err… probably not? I understand only about 1/3 of all that :rofl:

1 Like

Sorry, I must have been thinking aloud.

However, it is definitely helpful to understand the concept of templates with Aeon Timeline because it helps a lot to reuse elements of the timeline setup.

1 Like