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

    Posts

    Recent Best Controversial
    • RE: How do I increase display size once Magic Mirror loads?

      Hello, for some reason the “Ctrl shift +” is working, but the ctrl - is not working at all and the ctrl 0 either :'( my size fonts is stuck at the maximum!

      posted in Troubleshooting
      ceddirrC
      ceddirr
    • RE: Activate Profiles (via MMM-ProfileSwitcher) using MMM-Remote-Control...

      @snille Hello Snilles how are you?

      I’ve been stuck for ages trying to do the same thing (switch profile on demand) with scripts or Google Home. The reason is:

      1. I can’t find any php or js function to (as you said) “visit” URL:s --> because you have to be in a browser
      2. You can add commands on Google Home via IFTTT request, which only uses external IP!

      Would you have any idea that could help me please?

      Thank you very much for your help,

      Cedric

      posted in Troubleshooting
      ceddirrC
      ceddirr
    • Profile Switcher on demand? send notification via script?

      Hello everybody, I have been stuck for months with this issue:

      I would like to be able to run scripts to switch profile on demand:

      I know this command: http://localhost:8080/remote?action=NOTIFICATION¬ification=CURRENT_PROFILE&payload="Test"

      but it has to be run on a browser, impossible to run it via a script…

      I know this one as well : this.sendNotification(‘CURRENT_PROFILE’, ‘Test’);
      but I don’t know how to run it via a script neither…

      I would like to run these scripts via IFTTT, so when I say “ok Google, I want to see blabla on mirror”, it switches profiles.

      Warning: I know that ifttt needs to run commands on an server opened to the internet, but I already have one (not my mirror). so my server opened to the internet will run the commands received from ifttt and run the scripts from the mirror to switch profile (whatever ssh, bash, perl, php…)

      Thank you for your help!

      posted in Troubleshooting
      ceddirrC
      ceddirr
    • RE: Mirror supplier in Ireland

      @McSorley Hi there,
      Quick question about the supplier in the UK: the mirror is 3mm, which is quite thin, did it arrive in a good shape?
      thank you in advance
      Cedric

      posted in Hardware
      ceddirrC
      ceddirr
    • RE: Where are you from?

      @konradwalsh Dublin based for myself =)

      posted in General Discussion
      ceddirrC
      ceddirr
    • RE: the top

      Such a great work!
      magic mirror devient de plus en plus connu par chez nous :p
      Quick question, what kind of screen did you use, and which size is it? I would like to find a screen as slim as yours.

      posted in Show your Mirror
      ceddirrC
      ceddirr
    • RE: Google Home Integration with Magic Mirror

      Hi, yes this is exactly what I did for my house.

      First of all, i have a connected xiaomi wifi extension plugs, so plug 1 = my screen, plug 2 = the RPI3

      when I say “OK Google turn on/off the screen”, it switches on/off the screen according to an http request (WARNING to local IPs on IFTTT) that i ve included on ifttt.

      Same thing for the RPI if I want to reboot or switch off or switch on (ssh commands via http requests).

      The only thing that I still can’t do, I would like to do is changing the profile with the great plugin profile switcher :
      http://192.168.0.136:8080/remote?action=NOTIFICATION¬ification=CURRENT_PROFILE&payload=“News”

      The issue is this is a local IP… I don’t know how to run a script from my server (opened to the internet) that could run this local http request :( is there any function in PHP?

      posted in General Discussion
      ceddirrC
      ceddirr
    • RE: Snilles Magic Mirror Project

      @korevaartje ,
      Personally I put my pictures on the css directory, and here is how I load them:

      				"Cedric": {
      					img: "/css/cedric.jpg",
      					width: 60,
      					height: 60
      				},
      

      And every day I do a rsync save of the css directory, and the conf directory as well to my NAS server.

      posted in Show your Mirror
      ceddirrC
      ceddirr
    • RE: MMM-Memo - Add some memos on your page and manage them through HTTP request

      Hi, thank you for getting back to me =)

      Yes, the idea is basically the same, but I would just like to see the memo a little bit longer than the regular alert’s configuration.
      The problem for me is if I change the display_time setting directly on the alert module, it would be too long for the other alert like “nice to see you %profile%”, etc lol

      posted in Productivity
      ceddirrC
      ceddirr
    • RE: MMM-Memo - Add some memos on your page and manage them through HTTP request

      Hi all,

      Thank you again for your answer last time, playing with the option display_time from the alert module.

      However, if you modify it, every alert would be modified. For exemple, if I want to set my memo to keep displayed for at least 30 secondes, I go modify the display_time from the alert module. But, all alerts like for example “welcome back Mr Blabla” when I switch profile will stay longer than usual.

      The question is how do I have to do to only change the MMM-Memo alerts please?
      Many thanks,
      Cedric ;)

      posted in Productivity
      ceddirrC
      ceddirr
    • RE: MMM-Memo - Add some memos on your page and manage them through HTTP request

      Riiight, thank you very much! :D

      posted in Productivity
      ceddirrC
      ceddirr
    • RE: MMM-Memo - Add some memos on your page and manage them through HTTP request

      @strawberry-3.141 Hi, Thank you for your quick reply =)
      I am sorry I read this already, but I didn’t understand how to make my memo stay longer… :/
      I have only one module with “memoDisplayNotification” set to “true”.
      I understand the alert module is managing this with:
      self.sendNotification(“SHOW_ALERT”, {});
      But how to integrate this into the command
      http://192.168.0.137:8080/DisplayMemo?memoTitle=SHOPPING&item=ALL
      Thank you again!

      posted in Productivity
      ceddirrC
      ceddirr
    • RE: MMM-Memo - Add some memos on your page and manage them through HTTP request

      Hi all! Thank you for this module, it looks awesome!
      I’d have just one question, on my mirror when I do this command
      http://192.168.0.137:8080/DisplayMemo?memoTitle=SHOPPING&item=ALL
      it only stays 3 seconds. Is there more options, to display it longer?
      Thank you for your help =)

      posted in Productivity
      ceddirrC
      ceddirr
    • RE: Wunderlist, blank screen when Wunderlist module is added to config.js

      @randomnoise Thank you very much!
      I didn’t know that, but it makes sense!
      It is working now =)

      posted in Troubleshooting
      ceddirrC
      ceddirr
    • RE: Wunderlist, blank screen when Wunderlist module is added to config.js

      Hello,
      Same thing is happening to me, but just installed the enhanced folder.
      npm install is going bad :

      pi@mirror:~/MagicMirror/modules $ npm install
      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json'
      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/node_modules/node_helper/package.json'
      npm WARN modules No description
      npm WARN modules No repository field.
      npm WARN modules No README data
      npm WARN modules No license field.
      

      Any idea?
      Did you just re install the standard folder instead of the enhanced one to solve your problem, please?

      Thank you for your help!
      Cedric

      posted in Troubleshooting
      ceddirrC
      ceddirr
    • RE: 1st Project: Hallway Notice Board with Integrated Smart Mirror

      Really nice work!
      Love it! My wife wants the same lol

      Could you please give us a link (or a name) where we could find the connectors to make an old laptop’s screen working please?

      posted in Show your Mirror
      ceddirrC
      ceddirr
    • RE: Mirror supplier in Ireland

      @Gazzamc
      Thank you very much for your help, please could you tell me the type keyword I should research to have a mirror which can work with this project?

      Because I think most of those mirrors are reals mirrors so won’t work with a screen behind?

      Thank you again!

      posted in Hardware
      ceddirrC
      ceddirr
    • RE: Mirror supplier in Ireland

      @Gazzamc
      Hi,
      I am currently living in Ireland, so I am interested in this link. Did you finally get your order?

      posted in Hardware
      ceddirrC
      ceddirr
    • 1 / 1