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

disakos

@disakos

0
Reputation
820
Profile views
6
Posts
0
Followers
0
Following
Joined Oct 2, 2016, 6:23 PM
Last Online Dec 28, 2017, 2:23 PM

disakos Unfollow Follow

Latest posts made by disakos

  • RE: VoiceControl module

    @romain , do you use voicecontrol module to run some scripts ? If so please let me know how to do it … ;) my module is detecting my voice … but i’m unable to run something … ;)

    posted in Utilities
    D
    disakos
    Apr 18, 2017, 1:55 PM
  • RE: VoiceControl module

    Hello Guys , @alexyak .
    I;m running this module and hot word detection is working ok, i used my own keyword and send notfication to other modules. I can see in console.log .

    MMM-temp-ds18b20 received a module notification: LUSTRO from sender: voicecontrol
    

    In all my modules. but i’m unable to run for example script … I tried to modify node_helper.js

    /* Magic Mirror
     * Module: voicecontrol
     *
     * By Alex Yaknin
     * MIT Licensed.
     */
    
    const NodeHelper = require('node_helper');
    const exec = require('child_process').exec;
    
    module.exports = NodeHelper.create({
        start: function () {
            this.started = false;
    
        },
    
        socketNotificationReceived: function(notification, payload) {
                    if (notification === "CONNECT") {
                            this.startRecognition(payload);
                            return;
                    }
                    if (notification === "LUSTRO"’) {
                            exec("/opt/vc/bin/tvservice -o", null);
                    //      this.autosleep();
                  }
            },
    
    

    but it is not working … ;)

    posted in Utilities
    D
    disakos
    Apr 16, 2017, 6:49 AM
  • RE: 27" custom framed magic mirror - fun to get done

    @iwaldrum
    Thanks a lot for answer. I have some hikvision cameras and i’m able to reach RSTP stream of each one. Do you think that i’m able to put RSTP stream into iFrame directly ?

    posted in Show your Mirror
    D
    disakos
    Apr 14, 2017, 9:53 AM
  • RE: 27" custom framed magic mirror - fun to get done

    @cohron said in 27" custom framed magic mirror - fun to get done:

    sear

    Hello @iwaldrum , may you please tell us how to add stream from IP Cameras ?
    Thanks.

    posted in Show your Mirror
    D
    disakos
    Apr 14, 2017, 7:39 AM
  • RE: Stream RTSP Security CAM Feed

    Hi , perfect thing. I think a lot of people would use this kind of module. !!

    posted in Requests
    D
    disakos
    Nov 18, 2016, 9:50 PM
  • RE: MMM-FHEM shows values from FHEM devices ...

    hello @BenRoe , may you please adopt this module to read Domoticz values ?
    I see that it is similar because we can read domoticz values by json https://www.domoticz.com/wiki/Domoticz_API/JSON_URL’s#Retrieve_status_of_specific_device

    For example one of retrived data from BME280 sensor

    {
    “ActTime” : 1477914474,
    “ServerTime” : “2016-10-31 12:47:54”,
    “Sunrise” : “06:33”,
    “Sunset” : “16:21”,
    “result” : [
    {
    “AddjMulti” : 1.0,
    “AddjMulti2” : 1.0,
    “AddjValue” : 0.0,
    “AddjValue2” : 0.0,
    “Barometer” : 984,
    “BatteryLevel” : 255,
    “CustomImage” : 0,
    “Data” : “20.6 C, 58 %, 984 hPa”,
    “Description” : “”,
    “DewPoint” : “12.05”,
    “Favorite” : 1,
    “Forecast” : 0,
    “ForecastStr” : “No Info”,
    “HardwareID” : 3,
    “HardwareName” : “Virtual”,
    “HardwareType” : “Dummy (Does nothing, use for virtual switches only)”,
    “HardwareTypeVal” : 15,
    “HaveTimeout” : false,
    “Humidity” : 58,
    “HumidityStatus” : “Normal”,
    “ID” : “14056”,
    “LastUpdate” : “2016-10-31 12:46:59”,
    “Name” : “Łazienka”,
    “Notifications” : “true”,
    “PlanID” : “0”,
    “PlanIDs” : [ 0 ],
    “Protected” : false,
    “ShowNotifications” : true,
    “SignalLevel” : “-”,
    “SubType” : “THB1 - BTHR918, BTHGN129”,
    “Temp” : 20.60,
    “Timers” : “false”,
    “Type” : “Temp + Humidity + Baro”,
    “TypeImg” : “temperature”,
    “Unit” : 1,
    “Used” : 1,
    “XOffset” : “0”,
    “YOffset” : “0”,
    “idx” : “7”
    }
    ],
    “status” : “OK”,
    “title” : “Devices”
    }

    Interesting thing is Name of sensor (“Name”), Temperature ( “Temp”) , Humidity or Preassure etc…
    I think that would be great extension of this module ;)

    Please ;]

    posted in Utilities
    D
    disakos
    Oct 31, 2016, 12:15 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy