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

n8n-nodes-obscreen

v1.1.2

Published

N8N community node for Obscreen digital signage platform

Readme

Banner image

n8n-nodes-obscreen

This is an n8n community node. It lets you use Obscreen API in your n8n workflows.

Obscreen is a cloud-based/self-hosted digital signage platform that allows you to manage your digital signage content and playlists.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Content

  • List all contents
  • Add new content
  • Update existing content
  • Delete content
  • Get content
  • Get content location
  • Get available content types

Content Folder

  • List all content folders
  • Add new content folder
  • Update a folder
  • Delete a folder
  • Move multiple contents to a folder

Playlist

  • List all playlists
  • Add a playlist
  • Update existing playlist
  • Delete playlist
  • Get playlist
  • Get regular slides associated with playlist
  • Get notifications slides associated with playlist

Slide

  • List all slides
  • Add a regular slide
  • Add a notification slide
  • Update existing slide
  • Delete slide
  • Get slide

Process

  • Refresh player

Credentials

To use this node, you need to authenticate with your Obscreen Instance. You will need:

  1. An Obscreen Instance with the Core API plugin enabled (Premium feature)
  2. Your Obscreen Instance URL
  3. Your Obscreen API Key (you can get it from any user's security settings)

Optional Security Note: You can configure your instance to permit unauthenticated access to the API. If you do so, you can set a random value as the API Key.

Compatibility

This node is compatible with n8n version 0.150.0 and above. It has been tested with the latest version of n8n.

Usage

This node allows you to manage your Obscreen Instance using the Core API plugin. You can create, update, delete, get, get many, get types, get location contents, content folders, playlists, slides, and processes.

Development

To develop this node, you can use the following commands:

npm install
npm link
npm run dev

In a separate terminal, run the following command to start the n8n server:

Locate the n8n directory and run the following ( Note: to locate the .n8n directory - when starting the server n8n start look for the message: "User settings loaded from: ..." )

command:

cd .n8n
# ensure the custom folder is in the .n8n directory with npm initialised
mkdir custom    
cd custom 
npm init
npm link @n8n-nodes-obscreen
npm start

Resources

Version history

1.1.2

  • Using new duration mode for create and update slide objects

1.1.1

  • Add missing icon on credentials

1.1.0

  • Ready for n8n verification process

1.0.4

  • Add get folder by path

1.0.3

  • Fix create for content object

1.0.2

  • Edit readme

1.0.1

  • Add license
  • Add readme
  • Fix create for slide object

1.0.0

  • Initial release of the Obscreen node.