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

homebridge-ezframe-samsungframetv-artmode

v1.0.3

Published

Homebridge plugin to control Samsung Frame TV Art Mode via Apple Home, Shortcuts, and Siri.

Readme

EzFrame – Samsung Frame TV Art Mode (Homebridge)

Control Samsung Frame TV Art Mode from Apple Home, Shortcuts, and Siri via Homebridge.

You get one simple switch for Art Mode — no SmartThings, no extra features. Setting up Art Mode via SmartThings is much more involved; here you only need your TV’s IP address and one tap on Allow on the TV when prompted.

One switch per TV in the Home app — tap it or say “Hey Siri” to turn Art Mode on or off.


EzFrame Desktop App

This plugin works alongside EzFrame — a free desktop app (macOS, Windows, Linux) to manage art on your Samsung The Frame TV from your computer: upload images, browse and set art, and control the TV with hotkeys. If you use a Samsung Frame TV, check it out: ezframe.viet241.com.


Requirements

  • Node.js ^20.18.0 or later
  • Homebridge ^1.8.0 or later
  • Samsung The Frame TV 2024 or newer with Art Mode is recommended (older devices have not been tested)

Installation

Via Homebridge UI (easiest)

If you use Homebridge Config UI X (web interface):

  1. Open the Homebridge UI (e.g. http://homebridge.local:8581).
  2. Go to PluginsSearch (or PluginsDiscover).
  3. Search for homebridge-ezframe-samsungframetv-artmode.
  4. Click Install, then restart Homebridge when prompted.

From npm (command line)

The plugin is published on npm. One command installs it — no .tgz file needed:

npm install -g homebridge-ezframe-samsungframetv-artmode

From packed file (.tgz) — optional

Only if you can’t use the npm registry (e.g. offline, or you want a specific build from GitHub Releases):

npm install -g ./homebridge-ezframe-samsungframetv-artmode-1.0.1.tgz

Configuration (platform, TVs, optional switch name) can be done via the Homebridge UI or by editing config.json. You must press Allow on the TV when prompted, and using a static IP for the TV is recommended. See install-guide.md for configuration steps and first-time pairing.


Usage

  • Each TV gets one Art Mode switch in the Home app.
  • Use the Home app, Siri, or Shortcuts to turn Art Mode on or off.

Troubleshooting

| Issue | What to do | |-------|------------| | “No plugin was found for the platform” | Reinstall the plugin where Homebridge runs (e.g. npm install -g homebridge-ezframe-samsungframetv-artmode or install the .tgz in the same environment). Restart Homebridge. | | Broken bridge icon | Check Homebridge logs for errors (plugin crash or load failure). | | TV not responding | Ensure the TV is on the same network, IP is correct, and you’ve accepted Allow on the TV. |


Support

This project is completely free to use. If you find this plugin useful for your The Frame TV, consider supporting my efforts:


Links


License

Apache-2.0