so far i can only import the module by typing const { Origin, Horoscope } = require('circular-natal-horoscope-js'); and then run node js-file.js in console, which is not part of the readme.md. Maybe i just don't get it, because i am new to this topic.
Another thing is that it seems like the shift in the star constellation for 'sidereal'-SunSigns are calculated in the wrong direction and are also mislabled as 'tropical'.
For example for 07.04.1997 the tropical Sign is Aries, but sidereal Sign is Pisces (according to Stellarium and wikipedia), because our Sun changed the position over the thousands of years from when the dates for Zodiac Sign were set: en.wikipedia.org/wiki/Sidereal_and_tropical_astrology.
But when i type Horoscope.SunSign for this date it will give me 'Taurus', as if the shifting happened in the wrong direction (Taurus is after Aries, Pisces is before Aries).
Could someone verify this please?
so far i can only import the module by typing
const { Origin, Horoscope } = require('circular-natal-horoscope-js');and then runnode js-file.jsin console, which is not part of the readme.md. Maybe i just don't get it, because i am new to this topic.Another thing is that it seems like the shift in the star constellation for 'sidereal'-SunSigns are calculated in the wrong direction and are also mislabled as 'tropical'.
For example for 07.04.1997 the tropical Sign is Aries, but sidereal Sign is Pisces (according to Stellarium and wikipedia), because our Sun changed the position over the thousands of years from when the dates for Zodiac Sign were set: en.wikipedia.org/wiki/Sidereal_and_tropical_astrology.
But when i type
Horoscope.SunSignfor this date it will give me 'Taurus', as if the shifting happened in the wrong direction (Taurus is after Aries, Pisces is before Aries).Could someone verify this please?