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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@skylord123/node-red-pebble-timeline

v1.3.0

Published

Node-RED nodes for interacting with the Pebble Timeline API

Readme

node-red-pebble-timeline

Node-RED nodes for interacting with the Pebble Timeline API, allowing you to add, delete, and list timeline pins for Pebble smartwatches using the Rebble Timeline service.

This package provides nodes that make it easy to create and manage timeline pins for Pebble smartwatches through the Rebble Timeline API, which maintains Pebble functionality after the official Pebble service was discontinued.

example.png

Features

  • Add Timeline Pins: Create pins with various layouts (generic, calendar, sports, weather)
  • Delete Timeline Pins: Remove pins from the timeline
  • List Timeline Pins: View pins that have been added to the timeline
  • Token-based Organization: Pins are organized by timeline token, allowing you to manage pins for multiple apps
  • Automatic Cleanup: Pins older than one month are automatically removed to prevent storage bloat
  • Comprehensive Configuration: Full support for all pin properties and layouts

Installation

Install from your Node-RED Manage Palette or run the following command in your Node-RED user directory:

npm install node-red-pebble-timeline

Usage

Configuration

  1. Add a "Pebble Timeline Config" node to your flow
  2. Configure the API URL (defaults to https://timeline-api.rebble.io)
  3. Add your timeline token
    • You can obtain this by installing the Generate Token app on your Pebble watch and following the instructions to generate a token
    • Another method is using the Home Assistant WS app. It will give you the timeline token in the config page on the mobile phone.

Adding Pins

  1. Add a "Add Timeline Pin" node to your flow
  2. Configure the pin properties (ID, time, layout, etc.)
  3. Connect it to a trigger node or other input
  4. Deploy and run your flow

Deleting Pins

  1. Add a "Delete Timeline Pin" node to your flow
  2. Configure the pin ID to delete
  3. Connect it to a trigger node or other input
  4. Deploy and run your flow

Listing Pins

  1. Add a "List Timeline Pins" node to your flow
  2. Configure any filter options (start time, end time)
  3. Connect it to a trigger node or other input
  4. Deploy and run your flow

Pin Storage

Pins are stored locally in the Node-RED user directory, organized by timeline token. Each token has its own separate list of pins, and pins older than one month are automatically cleaned up to prevent the storage file from growing too large.

Example Flows

Check out the examples directory for sample flows that demonstrate how to use these nodes.

API Documentation

For detailed information about the Pebble Timeline API and pin structure, refer to:

License

This project is licensed under the MIT License.