MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Veldrovive
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    V
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 53
    • Groups 1

    Topics

    • V

      MMM-Inspirational-Quotes is now here

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      3
      2 Votes
      3 Posts
      2k Views
      V
      It’s truly a gem of the internet and I’m glad that I could share it with the world.
    • V

      MMM-Bob-Ross: For putting a happy little painting up on your mirror

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      5
      4 Votes
      5 Posts
      3k Views
      V
      Looking back on my config convention, it’s really confusing. autoPlay does not mean that the video plays right when the mirror boots up, it means that when the view is switched to video by use of the notification it plays without any more need for interaction. The play feature is mostly meant to be used with voice modules and I specifically developed it to work with my own in which all you would need to do to get it to work would be to add the module and put the following into your config.js { module: MMM-Voice-Commands, config: { commands: { "play video": "ROSS_PLAY_VIDEO", "stop video": "ROSS_SHOW_IMAGE" } } } Now when you say play video, it will switch to the video view and when you say stop video, it will switch back to the painting. However, using MMM-Voice-Commands is not necessary, any module that can be configured to emit a notification to ROSS_PLAY_VIDEO and start the video. There isn’t much I can do about the low definition pictures. That is just the quality the website I am using has them in. That’s why I put the module in the lower left hand corner and made it small; it still looks like a nice nature scene, but the low resolution is unobtrusive.
    • V

      MMM-Page-Selector: A page switcher that can set positions of modules

      Watching Ignoring Scheduled Pinned Locked Moved System
      94
      2 Votes
      94 Posts
      83k Views
      S
      @Riaanh this looks like being started under docker
    • V

      Is it possible to have custom information for each module in the config file?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      0 Votes
      2 Posts
      834 Views
      V
      After trying out the method of importing the config, it works well and seems to be stable. If anyone has any reason why not to require the config.js in a node_helper file, I would appreciate an explanation.
    • V

      Is there a way to programmatically change the position of a module

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      0 Votes
      2 Posts
      950 Views
      V
      I did it manually using references the modules and containers. It worked a lot better than I assumed it would as well since references to the modules seem to stay intact so hiding them still works. I will post the full module when I’m done if in case anybody wants to see how I hacked it together. P.S. If there is a more official way, I would still like to know what it is.
    • 1 / 1