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

Hebrew Date JS not working?

Susan B. 9 years ago updated 9 years ago 5
I put the JS for both Hebrew and Transliterated Hebrew date on this page https://bethemeth.org/jewish-calendar but it does not show up. In the next topic on the page, the JS for Shabbat times works great. The dates did work in the past. This is a Drupal site and I'm not a tech expert, so hoping someone can tell me where I went wrong. Thanks in advance.
Answer
Michael J. Radwin 9 years ago
Looks like a mismatch between http and https. Your synagogue website is https, but you were trying to load from hebcal over http. The security-level mismatch prevents the browser from fetching content from hebcal.com.

If your website uses https, you'll need to reference hebcal URLs using the same protocol.

We've updated our script tags to use // instead of http://. See the updated HTML you should use at this page:

http://www.hebcal.com/home/40/displaying-todays-hebrew-date-on-your-website


0
Answered

Getting just the parshat hashavua from a Hebrew or gregorian date using REST API

Seraphya Berrin 8 years ago updated by Michael J. Radwin 8 years ago 5

I was wondering if there is a way to get just the Parshat Hashavua for a given hebrew or gregorian date, the way it tells you that info when you go to the date converter https://www.hebcal.com/converter/

I ask because I made a google doc that if you input an Gregorian date it will tell you when the earliest Gregorian date is for a bar or bat mitzvah:
https://docs.google.com/spreadsheets/d/1_F1qHbJsZTLk6p8_QYWha7dnlcEHokuMHA1Rjx3nMqI/edit#gid=539710776

and I was wondering if I can also easily get another column to be the parsha for that date


Answer
Michael J. Radwin 8 years ago

The XML version now includes the parashat haShavua.


https://www.hebcal.com/converter/?cfg=xml&gd=28&gm=12&gy=2015&g2h=1


<hebcal>
 <gregorian year="2015" month="12" day="28"/>
 <hebrew year="5776" month="Tevet" day="16" str="ט״ז בְּטֵבֵת תשע״ו"/>
 <events>
  <event name="Parashat Shemot" href="http://www.hebcal.com/sedrot/shemot"/>
 </events>
</hebcal>
0

year in default

marc Slutsky 8 years ago 0

my calender automatically defaults to 2014, even when I put the current ( in this case 2016) in the settings box how can the default of 2014 be elimanited

0
Fixed

Yahrzeit Candle app not posting to facebook, setting changes not saved

David Golden 9 years ago updated by Michael J. Radwin 3 years ago 2
I have been using this app for quite a few years now on Facebook, I get the email reminder but earlier this ear I noticed the reminders were not getting posted to Facebook. I went to the app and checked my setting and saw the post to Facebook was unchecked, I checked it and thought I fixed the problem.

I didn't check my email this past weekend and I don't see the items posted to my timeline and I missed the Yahrzeit lighting for my mother. I went back to the app to recheck the settings and the Facebook was unchecked AGAIN. I placed a check in it and went back to Facebook and then went back to the app and the check was once again removed.

There is no save setting button so how do I get the app to save the setting changes I make?
Answer
Michael J. Radwin 3 years ago

Although we don't offer any Facebook integration, we now offer annual email reminders for our Yahrzeit, Birthday and Anniversary calendar. After entering and confirming your email address, you will receive a reminder email 7 days before each anniversary. Our email privacy policy is the same as for our Shabbat weekly email list: We will never sell or give your email address to anyone. We will never use your email address to send you unsolicited offers.


In addition, Yahrzeit and anniversary calendar downloads for Apple, Google & Outlook now support more than 3 names. Just click the “+ Add another name” button to create another row and enter the additional details.

0
Completed

Please add Kfar Hananya, Israel to your Shabbat times list.Thank you -rafi schutzer

JoeBillScott™ 9 years ago updated by Michael J. Radwin 9 years ago 2
Please add Kfar Hananya, Israel to your Shabbat times list.
Thank you -rafi schutzer
0
Searching answer

json for multiple traditions

Avi Eisen 9 years ago updated by Michael J. Radwin 3 years ago 4

0
Answered

I am moving. How to change on Google Calendar

Henry London 9 years ago updated 9 years ago 3
I am moving. I have Hebcal set up for my Google Calendar for 2015-2019. I want to know how to remove all the Hebcal times from the date of the move forward, and then to get the times for the new location from the date of the move.
I am trying not to lose past events.
0
Answered

Pesach 2016

Ryan Watson 9 years ago updated by Michael J. Radwin 9 years ago 1

Hi, I hope someone can help me out. I'm new to the Moedim and I want to honour them faithfully.
Some groups are saying Pesach is in March, while other groups such as this one, are dating it in April. Can someone explain why the difference?
Shalom.

0
Completed

Put the day next to the date for every single day.

Michael Smith 9 years ago updated by Michael J. Radwin 9 years ago 1
There is a lot of place to add the day (Mon, Tue, Wed, Thu, Fri, Sat, Sun) next to the date for every single day. Put this feature as another option one could select.
Thanks for sharing this calender, it is great.
Answer
Michael J. Radwin 9 years ago
Excellent suggestion!

We've made a change to our page - tell us what you think!

http://www.hebcal.com/holidays/2015



0
Answered

Chanukah candle lighting times inconsistent

Aron Adler 8 years ago updated 5 years ago 3

I am trying to get the Chanukah candle lighting times to display correctly on my website (http://maoztzur.info/).


I want to display it based on the user's IP address. I retrieve the user's coordinates via plugging their IP address into the freegeoip API.


I am testing it with location set to Jerusalem by manually plugging in latitude 31.7833 and longitude 35.2167, which is what Google returns for Jerusalem. However for today this returns a time of 5:47pm, whereas https://www.hebcal.com/shabbat/?city=IL-Jerusalem returns a time of 5:25pm.


Any idea as to where this discrepancy comes from?


Thanks