Your comments
I should have said that I tried that :) sorry
const options = { isHebrewYear: false, candlelighting: true, location: location, sedrot: true, omer: false, start: start, end: end, useElevation: true, hour12: false, dailyLearning: { dafYomi: true }, }; const events = HebrewCalendar.calendar(options);
also returns no daily readings...
but returns all the other information expected.
Customer support service by UserEcho
Here is the entire setup:
I have a hunch that the import of learning is failing and the format isnt liked here...is there a normal name that the code expects or an instantiated name?