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

    Posts

    Recent Best Controversial
    • RE: MagicMirror on Docker - config.js issues

      try also delete the “on” at the end of the file name :)
      just:

      config.js

      And what is your exact config looks like? Maybe try this first:

      var config = {
              address: "0.0.0.0", // Address to listen on, can be:
                                    // - "localhost", "127.0.0.1", "::1" to listen on lo$
                                    // - another specific IPv4/6 to listen on a specific$
                                    // - "", "0.0.0.0", "::" to listen on any interface
                                    // Default, when address config is left out, is "loc$
              port: 8080,
              ipWhitelist: [], // Set [] to allow all IP addresses
                                                                     // or add a specifi$
                                                                     // ["127.0.0.1", ":$
                                                                     // or IPv4 range of$
                                                                     // ["127.0.0.1", ":$
      
      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Use MMM-Buttons to hide/show modules

      @ninjabreadman said in Use MMM-Buttons to hide/show modules:

      Hope that helps.

      Works. Thank u very much :)

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Failed at the magicmirror@2.2.2 start script 'sh-run-start.sh'

      Well, what should i say…

      I installed the MMM-Podcast a few days ago and had some trouble with it, since it didn’t download newer videos…
      However, i tried a little bit to get it working (don’t know exactly what i did) and since there i thought it is running like it should.
      But wrong… it was only working, cause my MMM-watchdog module restarts the mirror automatically 1-3 times a day (Heartbeat timeout).
      Why am i telling this?
      Cause i got the exactly same message as you … o.0

      But different than you, my mirror is working at all except that it restarts some time.

      First i did what is showing in the message… i updated node and npm Version.
      node from 6.12.2 to 9.2.1
      ppm from 3.10.10 to 5.5.1

      I flushed pm2 logs and now i am waiting if the problem comes up again.

      Sorry that i can’t help you at all, but i am also trying to figure out what that could be.

      what OS are you running? Jesse or stretch? lite or desktop version?

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: MMM-Podcast don't show/load the latest video

      ok… i am dumb :(

      i realized that the video only was downloaded a few times, cause my Mirror restarts all the time. The watchdog module recognized a few Heartbeat timeouts and restarts every time.

      So maybe i need to do some troubleshooting first ^^

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: IR frame or Touch-foil

      Maybe a silly question:

      Does the Airbar sits under the Mirror glas or over that?

      Different asking:
      I my point of View it seems, that the Bar has to been installed “on the front”. So it has to been set on the mirror glas, right?
      So i would be able to install it additional to my current Mirror?

      posted in Hardware
      cruunnerrC
      cruunnerr
    • RE: Changing the length of the line under the header

      That looks great !!!
      Will try that later. Thank u very much dude :P

      edit:

      .left header {
          border-bottom: none;
      }
      

      THAT WORKS EXACTLY LIKE I WANT! Great :)

      posted in Custom CSS
      cruunnerrC
      cruunnerr
    • Use MMM-Buttons to hide/show modules

      Hey guys,

      another question again -.- ^^

      i am actually trying to show and hide a module with the MMM-Buttons of @Jopyth

      The Buttons Module works fine for show the podcast e.g.

      To show and hide the MMM-GoogleMapsTraffic Module this works also fine:

      http://192.168.178.240:8080/remote?action=SHOW&module=module_0_MMM-GoogleMapsTraffic
      http://192.168.178.240:8080/remote?action=HIDE&module=module_0_MMM-GoogleMapsTraffic

      so i tried to implement that to my Buttons config, but this doesn’t work:

      {
                          module: 'MMM-Buttons',
                          config: {
                              maxShortPressTime: 1000,
                              buttons: [
                                  {
                                      pin: 20,
                                      name: "GoogleMapsTraffic",
                                      shortPress: {
                                          notification: "REMOTE_ACTION",
                                          payload: {action: "HIDE&module=module_0_MMM-GoogleMapsTraffic"}
                                      },
                                      longPress: {
                                          notification: "REMOTE_ACTION",
                                          payload: {action: "SHOW&module=module_0_MMM-GoogleMapsTraffic"}
                                      },
                                  },
                                  {
                                      pin: 19,
                                      name: "Podcast",
                                      shortPress: {
                                          notification: "BUTTON_PRESSED",
                                          payload: {action: ""}
                                      },
                                      longPress: undefined
                                  }
                              ]
                          }
                      },
      

      If i type “RESTART” in the Payload the mirror restarts. So the Button is connected on the right pin.

      Any idea?

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: MMM-PIR-SENSOR not working

      i can switch off and on my display by simply typing sudo tvservice -o and sudo tvservice -p

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: MMM-PIR-SENSOR not working

      have u tried to delete the Pir Folder in your modules direction and start a simple new installation of the module?

      or just go into the MMM-PIR-Sensor folder and type npm install again?

      posted in Troubleshooting
      cruunnerrC
      cruunnerr
    • RE: Changing the length of the line under the header

      @Mykle1 said in Changing the length of the line under the header:

      @cruunnerr

      Or don’t use a header at all. My personal preference. :-)

      Was just hoping there is an amazing trick to use the custom.css for exactly my problem XD

      Maybe i simply shouldn’t install every module i find ^^

      posted in Custom CSS
      cruunnerrC
      cruunnerr
    • 1 / 1