All Projects → nitpum → MMM-EmbedYoutube

nitpum / MMM-EmbedYoutube

Licence: MIT License
Embed youtube video for MagicMirror

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to MMM-EmbedYoutube

MMM-MotionDetector
This is a motion detector module for MagicMirror
Stars: ✭ 32 (+10.34%)
Mutual labels:  magicmirror, magicmirror2
MMM-MagicMover
MagicMirror² module to avoid screen burn-in
Stars: ✭ 21 (-27.59%)
Mutual labels:  magicmirror, magicmirror2
MMM-Bring
A module for the MagicMirror that displays your Bring! shopping list.
Stars: ✭ 18 (-37.93%)
Mutual labels:  magicmirror, magicmirror2
WallberryTheme
Bringing the WallberryTheme to MagicMirror²
Stars: ✭ 94 (+224.14%)
Mutual labels:  magicmirror, magicmirror2
MMM-network-signal
MagicMirror2 solid network status
Stars: ✭ 31 (+6.9%)
Mutual labels:  magicmirror, magicmirror2
MMM-mvgmunich
MagicMirror² Module to monitor public transport (U-bahn, tram, bus, S-Bahn) in Munich
Stars: ✭ 21 (-27.59%)
Mutual labels:  magicmirror, magicmirror2
MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+100%)
Mutual labels:  magicmirror, magicmirror2
MMM-OpenmapWeather
This module loads current weather as images on Magic Mirror
Stars: ✭ 18 (-37.93%)
Mutual labels:  magicmirror, magicmirror2
mmpm
MagicMirror Package Manager
Stars: ✭ 104 (+258.62%)
Mutual labels:  magicmirror, magicmirror2
pbwrap
Pastebin API wrapper for Python
Stars: ✭ 19 (-34.48%)
Mutual labels:  module
guess-module
Guess.js integration for Nuxt.js with guess-webpack
Stars: ✭ 20 (-31.03%)
Mutual labels:  module
companion-module-requests
Repository for tracking module requests
Stars: ✭ 60 (+106.9%)
Mutual labels:  module
Windows-Python-RAT
A New Microsoft Windows Remote Administrator Tool [RAT] with Python by Sir.4m1R.
Stars: ✭ 70 (+141.38%)
Mutual labels:  module
pkg-require
require node files relative to your package directory
Stars: ✭ 22 (-24.14%)
Mutual labels:  module
King-Tweaks
No description or website provided.
Stars: ✭ 46 (+58.62%)
Mutual labels:  module
co2
Nous sommes passé à GitLab. Go : https://gitlab.adullact.net/pixelhumain/co2
Stars: ✭ 22 (-24.14%)
Mutual labels:  module
puppetlabs-vcsrepo
Support for source control repositories
Stars: ✭ 228 (+686.21%)
Mutual labels:  module
icingaweb2-module-pnp
Integrate PNP graphs into Icinga Web 2
Stars: ✭ 32 (+10.34%)
Mutual labels:  module
maruko
maruko是一个基于dotnetcore的快速开发框架,他实现freesql,automap,模块化,DDD 设计思想等常用性功能.
Stars: ✭ 29 (+0%)
Mutual labels:  module
bar-horizontal
Create beautiful horizontal charts, that fit your terminal.
Stars: ✭ 36 (+24.14%)
Mutual labels:  module

Embed Youtube Module for MagicMirror

License: MIT ko-fi

v1.4.0

Using this module

To use this module, add it to the modules array in the config/config.js file:

modules: [
  {
    module: 'MMM-EmbedYoutube', // Path to youtube module from modules folder Exmaple: MagicMirror/modules/custom/MMM-EmbedYoutube/ so it's custom/MMM-EmbedYoutube
    position: 'bottom_bar', // This can be any of the regions.
    config: {
      // See 'Configuration options' in README.md for more information.
      video_id: 'w3jLJU7DT5E',
      loop: true,
    },
  },
]

Configuration

The following properties are required for configuration:

Config Description
video_id Youtube video id to display. You can get it from youtube url
Example: https://www.youtube.com/watch?v=dQw4w9WgXcQ
video_id: dQw4w9WgXcQ

Optional configuration

The following properties can be configured:

Option Description Default Value Type Data
autoplay Autoplay video when it loaded false Boolean
cc_load_policy Subtitles/Closed captions enabled automatically false Boolean
color Player's video progress bar to highlight the amount of the video that the viewer has already seen but color can be only red or white "red" String
controls Show youtube video controls bar true Boolean
disablekb Disable keyboard control false Boolean
fs Displaying fullscreen button in player true Boolean
loop Auto-play video again false Boolean
modestbranding Prevent the Youtube logo displaying in the controlbar. But Youtube text label still display in the upper-right cornner of a paused video when the user's mouse pointer hovers over the player. false Boolean
rel Show related video at the end of video false Boolean
showinfo Show video title and uploader false Boolean
video_list Play video from list by video id. Youtube will play video_id first then play video from video_list. See Example in Wiki [] Array
playlist Play video from playlist by playlist id. *Note It will neither play video from video_id nor video_list "" String
width Video width 560 Integer
height Video height 315 Integer

Support

ko-fi

License

MIT Copyright (c) 2017 Nitipoom Unrrom (aka nitpum)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].