GithubHelp home page GithubHelp logo

hadasboard-customcmd's Introduction

hadasboard-customcmd

This is a script to remote control your hadasboard.

Install

If you are using appdaemon >= 4.0.8 just copy custom_commands.js to the custom_javascript folder! For older versions of appdaemon, you will have to include the script by editing the variables.yaml file of the skin you use.

How to use

Hadasboard-customcmd works by sending a "event" named "ad_customcmd" to your dashboard. You can choose which dashboard to control by using the "deviceid" or "dashid" parameters (consult appdaemon docs for more details).

The following commands are implemented:

background

Change the wallpaper/background of your dashboard. This will work regardless of the background defined by the skin used. The script will try to resize the image to fit the dashboard. You can also apply a "css" filter to improve the visibility of the dashboard buttons by graying or dimming the background image.

Option Description
url The image source to use. If you use "default" the image will be removed.
filter A css filter. Usually something like "grayscale(0.5) brightness(0.5)". Use "default" to remove the filter

Example:

background example

(this command is heavily based on MMM-Wallpaper)

notify

(WIP). Send a notification text to your dashboard.

Option Description
text Text to display.
timeout Dismiss the notification after after the configured seconds. (optional)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.