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

iobroker.vis-2-widgets-material

v1.6.7

Published

ioBroker vis2 material widgets

Readme

Logo

Material widgets for ioBroker.vis 2.0

Number of Installations Number of Installations NPM version Downloads

NPM

Widgets

Buttons and switches

Switches

Switches

Switches

Clock

  • Analog

Clock Analog

  • Analog variation

Clock Analog 2

  • Digital

Digital

  • Digital2 (SVG Text)

Digital2

Simple state

With this widget, you can control one device. Boolean or number.

  • Number

Simple state

  • Control

Simple state

View in widget

View in widget

Not as a button: View could be shown in full size, and you can control elements in view.

View in widget - button

As button: You can show a small thumbnail of view, and by pressing on it, it will be shown in full size.

Thermostat

Thermostat

Additionally, it can show a history if you activated it.

Actual value with chart

Actual value

Actual value with chart

Security control

Security control

Security control

You can define the delay in seconds.

By activation, the defined ID will be written with the number of the delay seconds, and after the delay is over, the defined ID will be set to 0, and the alarm ID will be set to true.

Security control

Player

Player

Map

Map

Position could be defined as a combined state, like 9.2344;41.374652 - longitude;latitude or as two separate states.

Camera

Camera

HTML Template

HTML

HTML template can be used to show any HTML code. Additionally, you can show an image or iframe with this widget too.

Blinds

Blinds

Blinds

Color Lamp

With the RGB lamp widget, you can control different types of RGB lamps. Here are some examples:

  • RGB colors are set in one state like '#RRGGBB'
  • R/G/B colors are set in different states from 0 to 255
  • RGBW as one variable like '#RRGGBBWW'
  • R/G/B/W colors are set in different states from 0 to 255
  • hue/sat/lum as 3 different states
  • color temperature as one state from 2700 to 6500 or defined by min/max of the object
  • White mode state can be used to switch between RGB and white mode via a special state

RGB Lamp 1

RGB Lamp 2

Door lock

Door lock

Vacuum cleaner

This widget is primary for Xiaomi vacuum cleaner. But it can be used for any other vacuum cleaner too.

The only difference is that Xiaomi supports the room cleaning.

Vacuum cleaner

Time picker

Todo

  • Extend Blinds with shutter

Changelog

1.6.7 (2026-05-17)

  • (@GermanBluefox) Corrected error with button and alarm widget

1.6.1 (2026-03-14)

  • (@GermanBluefox) Corrected error with select value widget

1.6.0 (2025-09-03)

  • (@GermanBluefox) Corrected "Actual" widget

1.5.3 (2025-08-27)

  • (@GermanBluefox) Added support for older Android devices

1.5.0 (2025-05-19)

  • (bluefox) Corrected thermostat slider
  • (bluefox) Rewritten with TypeScript and vite
  • (bluefox) Corrected blinds control
  • (bluefox) Added disabled mode additionally to hidden mode in the 'switches and buttons' widget
  • (bluefox) Added _ts=Date.now() to camera URL to disable the browser cache
  • (bluefox) Simple state has a new option - step
  • (bluefox) Added new navigation widget: jump to view, url or list of views

Older changelogs can be found there## License

The MIT License (MIT)

Copyright (c) 2022-2026 Denis Haev [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.