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

    Posts

    Recent Best Controversial
    • RE: multiple module instances overwrites itself values

      Would it work if u give them names like MMM-FHEM1 and MMM-FHEM2?

      Cause if u add two instances with the same name in the config i can imagine, that he will read the first value and overwrites them in the second instance. Like

      var variable = 1;
      var variable = 2;

      Output would be 2.

      posted in Development
      C
      chrisyy
    • RE: MM Face AI like Face

      Are und sure this is the magicmirror?
      Did not found anything related or somebody is still working on it and didnt publish. Or i just didnt find it.

      Can u give me a link?

      posted in Troubleshooting
      C
      chrisyy
    • RE: Touchscreen Buttons

      @broberg
      I think the easiest way according to the Module dev md and the Code i’ve Seen in other modules is getModule -> onclick -> hide/Show.

      Also, i dont want to change anything in the modules directly. Let me call it sth like a navbar on web pages. Just Made with: when this is clicked show me that.

      But as i said im useless in js programming. But a snippet of the function should be enough, so ist could do the Rest.

      posted in Requests
      C
      chrisyy
    • RE: Twice now the Electron screen has loaded 'Pure-White'

      This is not much info. Do u have any logs in the MagicMirror folder?

      I think this is not related to modules. What do u change when it gets white again after recloning?

      posted in Troubleshooting
      C
      chrisyy
    • Touchscreen Buttons

      Hi there,

      since my touchscreen is running fine, i want to get my mirror to look like a smartphone. But i’m realy not useful in programming js.

      So i simply want a module or a code snippet, that creates an icon (e.g. a weather symbol) and does onClick module.hide / module.show. If i had a clue in js, i would do it myself. But it would be enough if u can post a snippet with this function and i could do it for the other modules i need.

      thanks!

      posted in Requests
      C
      chrisyy
    • RE: Touchscreen not working in MM - MM freezing one's a day

      Indeed this is good to know to create funny effects.

      I’m working on the second Problem also. A guy in #ubuntu suggested me to try it with lxde instead of gnome. Maybe its a bug in gnome.

      posted in Troubleshooting
      C
      chrisyy
    • RE: Firewall settings

      Normally, RSS Feeds and the Mirror as itsself should run on Port 80 and 8080 with default settings.
      I Think the Weather and Calendar will work on the same ports as they get the info from the web page api.

      posted in Troubleshooting
      C
      chrisyy
    • RE: Touchscreen not working in MM - MM freezing one's a day

      Ok, i figured out that this was nearly the same issue as z-index.

      I took a look at the .css and .html and found out that in the index.html this line:

      is something like a fullscreen container that lay's his self over the screen.

      So after commenting out the line, i can click the button. But the only thing hiding is the button itself, maybe thats just because i’m sitting on a laptop (not at home) and trying it throug my webbrowser. After refreshing it is hidden and blending back in when i click on the some space where the button was before. I’ll give it a try when i’m back home and hopefully it will work.

      I’ll take a look to #debian to try to get help with the monitor freeze and post results here.

      posted in Troubleshooting
      C
      chrisyy
    • RE: Touchscreen not working in MM - MM freezing one's a day

      Found out for mysel, that when I open the Webpage in another browser on another PC, the on.click event still does not work and the cursor hides as i place it over the mirror space. Maybe that’ll help.

      posted in Troubleshooting
      C
      chrisyy
    • RE: Magic Mirror wont start. :(

      @MQ4
      Looks like ur missing the module ‘express’. Did u try
      $ npm install express
      to install it manually?

      posted in Troubleshooting
      C
      chrisyy
    • 1 / 1