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

Multiple yahrzeit reminders

B Frieslander 2 years 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 2 years ago updated by Michael J. Radwin 2 years 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 2 years 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 2 years ago updated 11 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 11 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 2 years ago updated by Michael J. Radwin 2 years ago 1

on daily study there is no Daily chumash +rashi

0
Planned

tefillin times based on zip code in USA

Shlomo 2 years ago updated by Michael J. Radwin 2 years ago 1

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

Answer
Michael J. Radwin 2 years 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 2 years ago updated by Michael J. Radwin 2 years 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 

0
Answered

Ical available for Shabbos licht times?

IsaacJoel 2 years ago updated by Michael J. Radwin 2 years ago 1

https://www.hebcal.com/ical/

https://www.hebcal.com/shabbat

I would love to put Shabbos licht times in my Thunderbird calendar, but I cannot find that on the Shabbos times page or the iCal page. I currently make use of several resources from the iCal page, but wish there was an option to import licht times.

Am I looking in the wrong place?

It would be convenient if it were something like:

webcal://download.hebcal.com/ical/shabbat-times-zip11111.ics

Answer
Michael J. Radwin 2 years ago

Thanks for using Hebcal!


Shabbat times can indeed be downloaded to iCalendar but we could improve our user experience to make this easier to find.

From a Shabbat times page like this one:

https://www.hebcal.com/shabbat?zip=02906&ue=on&M=on&lg=s

If you click the "2024 calendar" button like below:

Which will take you to a page that lets you download/subscribe as follows:

0
Planned

Wrong date after sunset

Mark Y 2 years ago updated by Michael J. Radwin 2 years ago 1

Hebcal is my favourite watch complication!


The watch complication correctly shows the Hebrew date after sunset. So on Motsae Shabbat it shows Yom Rishon. 
However clicking on the date shows the previous day. So on Motsae Shabbat it shows Shabbat.

It would be great if this little bug could be fixed.