MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. AgilesChroms
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    AgilesChroms

    @AgilesChroms

    2
    Reputation
    719
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    AgilesChroms Unfollow Follow

    Best posts made by AgilesChroms

    • Mirror Screencast

      mirror Screencast watch on youtube

      posted in Show your Mirror
      AgilesChroms
      AgilesChroms

    Latest posts made by AgilesChroms

    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      @shbatm
      I am now satisfied with the behavior. The screen is now syncron with the browser
      thank you for your help

      posted in Utilities
      AgilesChroms
      AgilesChroms
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      @shbatm said in MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs:

      keyBindings: {
      NextSlide: “ArrowRight”, // Remote Key Name
      NextSlide: “r”, // Keyboard Key Name
      PrevSlide: “ArrowLeft”, // Remote Key Name
      PrevSlide: “l” // Keyboard Key Name
      },

      Double definition of keys does not work.
      The remote control is ignored!
      Extra buttons on the remote control are handled

      //                keyBindings: { 
                          NextSlide: "ArrowRight", // Remote Key Name
                          PrevSlide: "ArrowLeft",  // Remote Key Name
                          NextSlide: "k",          // Keyboard Key Name         
                          PrevSlide: "j",           // Keyboard Key Name
                          Slide0:    "Return",
                          Slide1:    "Menu",
                          Slide2:    "MediaPreviousTrack",
                          Slide3:    "MediaNextTrack"
                      }
                  }
      
      posted in Utilities
      AgilesChroms
      AgilesChroms
    • RE: Mirror Screencast

      screencast^2
      link text

      posted in Show your Mirror
      AgilesChroms
      AgilesChroms
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      @shbatm
      I am using your modules

      It works with Firefox.
      Unfortunately, remote control does not influence the browser

      ///*KeyBindings*/        
              {
                  module: 'MMM-KeyBindings',
                 //position: "top_bar",
                  config: {
                      // See below for configurable options
                      enabledKeyStates: ["KEY_PRESSED", "KEY_LONGPRESSED"],
                      enableNotifyServer: true,
                      endableRelayServer: true, 	
                      handleKeys: true, //Array of additional keys to handle in this module above the standard set, Reference Mousetrap API for the available key enumerations.
                      evdev: {
                              enabled: true,
                              //alias: 'Amazon Fire TV Remote',
                              bluetooth: 'A0:02:DC:9B:78:6E',
                              eventPath: '/dev/input/event3',
                              disableGrab: false,
                              longPressDuration: 0.7,
                              rawMode: false
                      },          
                  }
              },
      /*Carousel*/        
              {
                  module: 'MMM-Carousel',
                  position: "bottom_bar",
                  config: {
                      showPageIndicators: true,
                      showPageControls: 	true,
                      transitionInterval: 1 * 60 * 1000,
                      ignoreModules: ['alert'],
                      mode: 'slides',
                      slides: [
                          [ { name:'clock', classes:'zoom140', position:"top_center",displayType: "analog",} ],
                          [ { name:'clock', classes:'zoom100', position:"top_left"} , 'MMM-Traffic', 'calendar', 'compliments', 'MMM-WunderGround', 'MMM-Fuel', 'internet-monitor','newsfeed','MMM-DWD-WarnWeather','MMM-FRITZ-Box-Callmonitor'],
                          ['MMM-Globe', 'MMM-WunderGround','MMM-FRITZ-Box-Callmonitor', 'MMM-Callmonitor-Current-Call', 'newsfeed'],
                          [ { name:'clock', classes:'zoom075', position:"top_left"} , 'MMM-WunderGround', 'MMM-DHT-Sensor', 'MMM-FRITZ-Box-Callmonitor', 'MMM-Callmonitor-Current-Call', 'MMM-DWD-WarnWeather'],
                          [ { name:'clock', classes:'zoom100', position:"top_left"} ,'calendar', 'MMM-WunderGround', 'MMM-Fuel', 'MMM-DHT-Sensor', 'MMM-FRITZ-Box-Callmonitor', 'MMM-Callmonitor-Current-Call', 'newsfeed'],
                          ['mmm-weatherchart', 'MMM-Traffic']
       //clock calendar MMM-Fuel MMM-DHT-Sensor MMM-WunderGround MMM-DWD-WarnWeather MMM-FRITZ-Box-Callmonitor MMM-Callmonitor-Current-Call newsfeed internet-monitor                        
                          ],
                      
      /*               slides: 
                      [
                         [   
                             {
                                 name:'clock', 
                                 classes:'zoom140', 
                                 position:"top_center"
                             } 
                         ],
                         [   
                             {
                                 name:'clock', 
                                 classes:'', 
                                 position:"top_left"
                             }, 
                             {
                                 name:'calendar', 
                                 position:'top_right'
                             }, 
                             {
                                 name: 'MMM-WunderGround',
                             position:"top_center",
                             },
                             'newsfeed'
                         ]
                      ],*/
                          keyBindingsMode: "DEFAULT",
                      keyBindings: { 
                          NextSlide: "ArrowRight", 
                          PrevSlide: "ArrowLeft", 
      //                    Slide0:    "Return",
      //                    Slide1:    "Menu",
      //                    Slide2:    "MediaPreviousTrack",
      //                    Slide3:    "MediaNextTrack"
                      }
                  }
              },
      

      take a look @ this.screencast

      posted in Utilities
      AgilesChroms
      AgilesChroms
    • RE: MMM-KeyBindings: Control your mirror with Amazon Fire Stick Remote and Generic Keyboard Inputs

      Top module ! 🏆
      Unfortunately the slides are only visible on the monitor, and not in the browser.
      Have I overlooked something?

      posted in Utilities
      AgilesChroms
      AgilesChroms
    • Mirror Screencast

      mirror Screencast watch on youtube

      posted in Show your Mirror
      AgilesChroms
      AgilesChroms
    • RE: MMM-SystemStats (cpu temp/load, fre ram ...)

      @Sandy2503
      one solution

      wrapper.className = this.config.classes ? this.config.classes : “bold small bright”;

      posted in Utilities
      AgilesChroms
      AgilesChroms