npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-jewishtimer

v1.1.0

Published

A Timer for node-red which supports jewish dates and Zmanim

Downloads

26

Readme

Jewish Timer

Overview

Jewish Timer allows you to set schedules by weekday, Gregorian Calendar and Jewish Calendar.

Schedules can be set to a specific time or based on Jewish Zmanim.

It allows for up to 10 schedules per day, and lets you set up to 10 date selections, each date selection can either include, exclude or limit to a specific date (or group of dates).

It also allows chaining timers one on top of the other. The top timer can silence the next one, this allows you (for example) to set a default weekly schedule and then add custom schedules for special dates (preventing the regular schedule actions)

Options

Lat (required)

The Latitude to calculate the Zmanim.

Lon (required)

The Longitude to calculate the Zmanim.

Topic

A MQTT topic to post to

On Msg

The Msg to send on the ON event

Off Msg

The Msg to send on the OFF event

Force subsequent Nodes to be inactive

Force Inactive for full day(00:00 - 11:59:59)

Inactive Offset after last msg

We can force schdules node behind this one to be inactive, eihter for a set time after the last schedule or for the full day.'


Set Schedule Times

This is where you set the time and action for a schedule

Active

Allows you to temporarily inactivate a schedule

Action

The Action to happen at the set time

Time Type

You can set a specific time or a zman based time

Time (depending on earlier selection)

The time for the event

Zman (depending on earlier selection)

At which zman the event should run

Offset (depending on earlier selection)

You can set A positive or negetive offset to a zman

Set Schedule Dates

This is where you set the date a schedule should be active

Active

Allows you to temporarily inactivate a selection

Action

whether the selected date should be added to the active dates or excluded, from the second date selection and on you can also choose to "only include", which will limit the schedule to only the current date selection (given it was enabled by a previous selection).

With these Date selection options you can combine date filters across different selections (Ex: only run on Summer Sundays, or just Shabbos Erev Pasech).

Date Type

Which type of Date to use for the filter (greg, jewish, or weekday). Based on the date type you can either select weekdays or months and the days in a Month.

Note: Days in month needs to be a comma delimited list (an empty list will be not be active)