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

    Posts

    Recent Best Controversial
    • PIR Senor Test

      Hi,

      I have some problems to install the pir sensor to send the monitior to sleep.

      I don´t know, if my sensor is working correct. Has anybody a tutorial, how to connect the pir right and to test the function?

      I think I connect everything right, but it doesn´t work.

      Sebastian

      posted in Troubleshooting
      S
      shgmongohh
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @murattyilmaz

      I have the same issue. Does anybody have a solution for this problem?

      posted in Troubleshooting
      S
      shgmongohh
    • RE: Trafficmaps

      @wscheer

      Thanks for the little tutorial!
      Could you please explain, with which module do you calculating the current time to your work and mom?

      Sebastian

      posted in Development
      S
      shgmongohh
    • RE: MMM-Carousel ignoreModules

      @ianperrin

      Thanks a lot.

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-Carousel ignoreModules

      @strawberry-3.141
      When I put it in quotes ['clock'] I also get the failure message that something is wrong in my config file.

      posted in Troubleshooting
      S
      shgmongohh
    • MMM-Carousel ignoreModules

      Hi guys,

      I have a problem with the module Carousel to ignore some modules.

      I get the failure message, that something is wrong the the MM config file, when I put in some Modules to ignore.
      Whats wrong with my config file?

      Sebastian

       {
          module: 'MMM-Carousel',
          config: {
          [clock, calender] 
          }
      },
      posted in Troubleshooting
      S
      shgmongohh
    • RE: Trafficmaps

      @KirAsh4

      Hi do you have a Homepage or Tutorial where I can learn and train to programming?

      posted in Development
      S
      shgmongohh
    • MMM-Traffic: Some routes on some days

      Is it possible two show some route only on specific days. For expampel “Route to work” only on Monday till Friday.
      And at a specific time?? For expampel “Route to work” from 6 am till 9 am.

      Sebanstian

      posted in Troubleshooting
      S
      shgmongohh
    • RE: Default calender module - two calenders in one module

      @kckndrgn
      Thank you

      posted in Troubleshooting
      S
      shgmongohh
    • Default calender module - two calenders in one module

      Hi,

      is it possible to have two calender.ics in the default module?

      I tried the following, but only the first calender is shown.

      			module: 'calendar',
      			header: 'Kalender',
      			position: 'top_left',
      			config: {
      				maximumEntries: '5',
      				fade: false,
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'https://calendar.google.com/calendar/ical/6eg1noirmh70doip6aa3gsmnis%40group.calendar.google.com/public/basic.ics',
                               symbol: 'calendar',
      						url: 'https://calendar.google.com/calendar/ical/6lmacpjrrr96vi590djoo8nadk%40group.calendar.google.com/public/basic.ics'
      					}
      				]
      			}
      		},
      

      Sebastian

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-Button white screen

      @KirAsh4
      Ahhh, okay, that´s an explanation why I have sometimes problems with some modules.

      Thank you.

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-Button white screen

      @KirAsh4

      I read the instruction and I executed the nmp install in the MagicMirror folder and thought that onoff would be installed automaticly.
      But I had to execute npm install onoff extra in the MagicMirror folder to get the module run.

      Maybe there should a step 3, that tells you to execute npm install onoff .

      Sebastian

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-Button white screen

      Solved the problem…

      I hat forgotten to install onoff (pi@raspberrypi:~/MagicMirror $ npm install onoff
      )

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-Button white screen

      @strawberry-3.141
      I checked the double checked the spelling. Everthing is correct.
      The screen stays white…

      I tried node serveronly

      pi@raspberrypi:~/MagicMirror $ node serveronly
      Loading config …
      Loading module helpers …
      No helper found for module: alert.
      No helper found for module: clock.
      Initializing new module helper …
      WARNING! Could not find config. Please create one.
      Loading module helpers …
      No helper found for module: alert.
      No helper found for module: clock.
      Initializing new module helper …
      Whoops! There was an uncaught exception…
      { Error: Cannot find module ‘onoff’
      at Function.Module._resolveFilename (module.js:440:15)
      at Function.Module._load (module.js:388:25)
      at Module.require (module.js:468:17)
      at require (internal/module.js:20:19)
      at Object. (/home/pi/MagicMirror/modules/MMM-Button/node_helper.j s:10:14)
      at Module._compile (module.js:541:32)
      at Object.Module._extensions…js (module.js:550:10)
      at Module.load (module.js:458:32)
      at tryModuleLoad (module.js:417:12)
      at Function.Module._load (module.js:409:3) code: ‘MODULE_NOT_FOUND’ }
      MagicMirror will not quit, but it might be a good idea to check why this happene d. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://gi thub.com/MichMich/MagicMirror/issues

      posted in Troubleshooting
      S
      shgmongohh
    • RE: MMM-Button white screen

      Here is the error log:

      pi@raspberrypi:~ $ tail -f /home/pi/.pm2/logs/mm-error-0.log

      at Module._resolveFilename (module.js:438:15)
      at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron-prebuilt/dist/resources/electron.asar/comm/reset-search-paths.js:35:12)
      at Function.Module._load (module.js:386:25)
      at Module.require (module.js:466:17)
      at require (internal/module.js:20:19)
      at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-Button/node_helper.js:10:14)
      at Module._compile (module.js:541:32)
      at Object.Module._extensions..js (module.js:550:10)
      at Module.load (module.js:456:32)
      at tryModuleLoad (module.js:415:12) code: 'MODULE_NOT_FOUND' }
      
      posted in Troubleshooting
      S
      shgmongohh
    • MMM-Button white screen

      Hello,

      I have installed the MMM Button. When I restart my PI3 I only get a white screen.
      When I uncomment the butten module in the config with //, the screen is after a new start normal.
      I have also tried it with a connected and unconneted butten. Always the same.

      Has anybody an idea, why I have a white screen?

      Sebastian

      posted in Troubleshooting
      S
      shgmongohh
    • RE: CommanderB's Bathroom Mirror

      @CommanderB
      Hi,
      is it possible to show your config.js.
      I am interested in how you configure the modules. It would be very nice, if you could.

      Sebastain

      posted in Show your Mirror
      S
      shgmongohh
    • RE: Old Modules from MM1 transfer to MM2

      Okay, thanks for the information. I will try it.

      posted in Development
      S
      shgmongohh
    • RE: Old Modules from MM1 transfer to MM2

      @strawberry-3.141
      My understanding is, that the button in your link is only a virtual button. The other button is a physical button. I have no touch screen, so I need a physikal one. With the physical one i could start the video rss stream.

      That´s the reason for my question. Is it possible to adopt MM1 modules easily to MM2 or is it a lot of effort.

      Sebastian

      posted in Development
      S
      shgmongohh
    • RE: Old Modules from MM1 transfer to MM2

      @strawberry-3.141
      For examlpe, this guy has a smart mirror witih a speech module, what I also like to have. Smart Mirror
      And this guy, his homepage is in german, has an video rss stream from a news magazine, what I like to have. dracary Here you can download his API. His Interface comes from here.
      To start the video rss stream a physikal button is needed. Here he explains how to install the button and here you can download his interface with the button.

      Sebastian

      posted in Development
      S
      shgmongohh
    • 1 / 1