Forum for Hebcal.com - Free Jewish holiday calendars, Hebrew date converters and Shabbat times
0
Under review

Different haftarot between hebcal and the Hertz Chumash 2nd edition (1960) for Acharei Mot and Kedoshim

bellzw 1 year ago updated by Michael J. Radwin 1 year ago 1

Acharei Mot and Kedoshim are the readings for 5/4/2024 and 5/11/2024.  Hebcal and Hertz, however, show different haftaroth for the full kriyoth for Ashkenazim:

Hebcal
Hertz
Acharei Mot, Ashkenazim
Amos 9:7-15
Ezekiel 22:1-19
Kedoshim, Ashkenazim
Ezekiel 22:1-19
Amos 9:7-15

Can someone shed light on this discrepancy?

0
Answered

Multiple yahrzeit reminders

B Frieslander 1 year ago updated by Michael J. Radwin 1 year ago 2

I always receive multiple reminders for each yarhzeit. Today for example I received 4 email reminders for a yahrzeit tomorrow night Friday. Just the one email reminder is fine. What do I have to do?

0
Under review

Date for havdalah moti pesach /24 WRONG

eli 1 year ago updated by Michael J. Radwin 1 year ago 1

your calendar  for 2024 for North American cities has April 29//24 as the date for havdalah, end of pesach. That is wrong. It ends April 30.

0
Under review

Erev Chag vs Chol Hamoed

Gershon G 1 year ago updated 1 year ago 2

Image 297

As you can see, in the first yom tov of pesach, the day where the holiday comes in is marked as "Erev Pesach" whereas at the end of chol hamoed, the last yom tov doesn't have such a designation so that when it gets imported into outlook, the user does not know that it is really a half day and not a real, full chol hamoed day.

0
Answered

Hebcal core on react app not working

davidamiga14 1 year ago updated 6 months ago 10

Hi

I tried using the @hebcal/core library on a react project, but it gives me this error when launching the app


./node_modules/@hebcal/core/dist/index.mjs 6243:10
Module parse failed: Unexpected token (6243:10)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| * @private
| */
> latitude;
| /**
| * @private

Can someone help me with this?

Thanks

Answer
Michael J. Radwin 6 months ago

By the way, we can get your app to work just fine if you make the following changes:

index 64e508a..db6d809 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
     "@capacitor/device": "^5.0.0",
     "@capacitor/ios": "^5.0.0",
     "@capacitor/network": "^5.0.0",
-    "@hebcal/core": "^5.3.3",
+    "@hebcal/core": "^5.8.6",
+    "@hebcal/locales": "^6.0.1",
     "@ionic-native/core": "^5.36.0",
     "@ionic-native/geolocation": "^5.36.0",
     "@ionic/react": "^5.5.0",
diff --git a/src/components/Cal.jsx b/src/components/Cal.jsx
index 0529921..09204b7 100644
--- a/src/components/Cal.jsx
+++ b/src/components/Cal.jsx
@@ -4,7 +4,7 @@ import React, { useEffect, useState, useLayoutEffect } from 'react'
 import { IonText, IonIcon, IonButton, IonPopover, useIonViewWillEnter, IonPage, IonContent } from '@ionic/react';
 import { chevronBackOutline, chevronForwardOutline } from "ionicons/icons"
 import { HebrewCalendar, Location, GeoLocation, Zmanim, HDate } from '@hebcal/core';
-// import '@hebcal/locales';
+import '@hebcal/locales';
 import axios from 'axios'
 import add from 'date-fns/add'
 import sub from 'date-fns/sub'
0
Under review

Daily chumash +rashi

BoredBochur 1 year ago updated by Michael J. Radwin 1 year ago 1

on daily study there is no Daily chumash +rashi

0
Planned

tefillin times based on zip code in USA

Shlomo 1 year ago updated by Michael J. Radwin 1 year ago 1

Can Hebcal create a link to tefillin times based on USA zip codes?

Answer
Michael J. Radwin 1 year ago

Thanks for your question. The Jewish new year, Rosh Hashanah, occurs in the autumn. The year changes from 5784 to 5785 on Wednesday 2 October 2024.


For more information read the Wikipedia article describing the 4 new years in the Hebrew calendar

https://en.m.wikipedia.org/wiki/Rosh_Hashanah#The_Four_%22New_Years%22




0
Answered

How to get zmanim from lat and long only

davidamiga14 1 year ago updated by Michael J. Radwin 1 year ago 3

Hi

I want to get zmanim infromation for a location but I only have the lat and long of the user

How can I use the API to get all information just with that?

In the documentation I found that to get zmanim I need the geolocation, but to get that I need the name and timeZoneId, but I don't have those