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

    Posts

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

      hey thk for module !

      i try to use it but i have some problem:

      i have put that on my conf file .

      	{
                  module :  'MMM-KeyBindings' ,
                  config : {
      				enableNotifyServer : false 
                  }
              },
      

      i just want to use a local keyboard for now and i probably change after for remote.
      and on my module of pages organisation

      i have put your config :

      Module.register("Print_text_from_txt",{
      	curentPage: -1,
      	defaults: {
      		updateInterval:  1000,// 30 * 60 * 1000 //reads the file every 30 mins
      	
      	
      
      
          /*** defaults ***
           *
           *   Add items below to your moduleName.js's `defaults` object
           *
           */
              /*** MMM-KeyBindings STANDARD MAPPING ***/
              /* Add the "mode" you would like to respond to */
              keyBindingsMode: "DEFAULT",
              keyBindings: {
                  /* Add each key you want to respond to in the form:
                   *      yourKeyName: "KeyName_from_MMM-KeyBindings"
                   */
                  Right: "ArrowRight",
                  Left: "ArrowLeft",
                  /* ... */
              },
          },
      
      /////////////////////////////
      	start: function(){
      		this.setupKeyBindings(); //key binding test
      
      		this.sendSocketNotification("START", this.config);
      	},
      /////////////////////////////
      notificationReceived: function(notification, payload){
      		if (this.validateKeyPress(notification, payload)) { return; }
      		if (notification === "PAGE_NUMBER_IS")
      		{
      			this.curentPage = payload
      			this.sendNotification("PAGE_CHANGED", this.curentPage);
      		}
      ///////////////////////////
      

      i have clone directory on my module folder.

      i have one error on console but she not cause by the module

      TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
          at updateModuleContent (main.js:206)
          at main.js:139
          at new Promise (<anonymous>)
          at updateDomWithContent (main.js:137)
          at main.js:119
          at <anonymous>
      

      i have probably miss something but i dont find :(
      i haven’t notification on console
      sorry for my bad language
      and thanks for your help

      edit:
      i have miss on Line on config file

      but notification is not hear and probably never send :(

      posted in Utilities
      J
      jchenaud
    • RE: MMM-pages & MMM-pages-indicator - Lightweight module pages on your mirror!

      @edward-shen thk :) i will try on the next week .

      posted in System
      J
      jchenaud
    • Real Time ECG

      hey
      i want to make something with one oximeter.
      i can plug him with gpio. i want to display real time graph like an ECG. if its not possible i can make that with python but i need tips for display window ECG on MM

      sorry for my english i hope you can understand.
      have a nice day !!

      i know its not true “ECG” :)

      posted in Development
      J
      jchenaud
    • RE: MMM-pages & MMM-pages-indicator - Lightweight module pages on your mirror!

      up please

      posted in System
      J
      jchenaud
    • RE: MMM-pages & MMM-pages-indicator - Lightweight module pages on your mirror!

      @edward-shen
      merci !! je n’est pas utilisée votre code car je ne vois pas trop comment il diffère de :

      	 if (this.curPage != payload )
        	 {
           
          switch (notification) {
      

      avec ce if sa semble éviter les rechargement de la page. mais cette solution me conviens pas vraiment en effet : elle ne permet pas de stopper les notification. il faudrait que je puise accéder a curPage depuis un autre module pour éviter d’émettre d’est notification inutile.

      posted in System
      J
      jchenaud
    • RE: MMM-pages & MMM-pages-indicator - Lightweight module pages on your mirror!

      @edward-shen said in MMM-pages & MMM-pages-indicator - Lightweight module pages on your mirror!:

      mande d’extraction pour ajouter des fonctionnalités?

      hey sorry for this wake up :)
      i need to acces for id to curent page. i think its possible but i dont find :(.
      because i need change page if one action have been made juste if im not already on this page

      i am realy beginner whith js.

      sorry for this bad English

      posted in System
      J
      jchenaud
    • RE: Kalliope assistant + MM

      what im suppose to do for juste Display hello when I say hello on MM since beginning
      I am completely lost sorry
      have a nice day

      posted in Fun & Games
      J
      jchenaud
    • RE: Kalliope assistant + MM

      my MM are on http://localhost:8080/
      i dont now for Kalliope
      i try to find with --debug but nothing

      i try to make my .yml but i have somme error.

      
      Traceback (most recent call last):
        File "/usr/local/bin/kalliope", line 11, in <module>
          load_entry_point('kalliope==0.5.1', 'console_scripts', 'kalliope')()
        File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/__init__.py", line 136, in main
          brain_loader = BrainLoader(file_path=brain_file)
        File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/Models/Singleton.py", line 6, in __call__
          cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
        File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/ConfigurationManager/BrainLoader.py", line 33, in __init__
          sl = SettingLoader()
        File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/Models/Singleton.py", line 6, in __call__
          cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
        File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/ConfigurationManager/SettingLoader.py", line 66, in __init__
          self.settings = self._get_settings()
        File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/ConfigurationManager/SettingLoader.py", line 102, in _get_settings
          default_stt_name = self._get_default_speech_to_text(settings)
        File "/usr/local/lib/python2.7/dist-packages/kalliope-0.5.1-py2.7.egg/kalliope/core/ConfigurationManager/SettingLoader.py", line 161, in _get_default_speech_to_text
          raise SettingNotFound("%s setting not found" % e)
      kalliope.core.ConfigurationManager.SettingLoader.SettingNotFound: 'default_speech_to_text' setting not found
      
      posted in Fun & Games
      J
      jchenaud
    • RE: Kalliope assistant + MM

      thk but i have the same problème i have check my console and i have 3 Error ! 0_1532422046242_Capture.PNG

      sorry, but I am beginning with MM and Kaliope i think i have missed somthing

      posted in Fun & Games
      J
      jchenaud
    • RE: Kalliope assistant + MM

      Hello , I want to use Kalliope on my MM but I Have installed Kalliope (and its work i can say “hello” ) i Have MMM-kalliope on my modules.

      i have made config.js but nothing display on my MM :(
      what i suppose to do ?
      my Englishis is not good so don’t blame me please
      have a nice day !

      posted in Fun & Games
      J
      jchenaud
    • 1
    • 2
    • 2 / 2