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

    Posts

    Recent Best Controversial
    • RE: MMM-MyCommute not showing

      @sdetweil I can only color the driving icon. I cannot color other icons. Bus,subway etc. The application acts as if the config file does not exist and only the warning screen appears. Do you know anything about this?

      posted in Troubleshooting
      S
      semihbakrac
    • RE: MMM-MyCommute not showing

      @sdetweil omg. My brain is not working. I’m sorry to keep you busy :((( . Thanks for support

      posted in Troubleshooting
      S
      semihbakrac
    • RE: MMM-MyCommute not showing

      @sdetweil my config

      
      		{
        			module: 'MMM-MyCommute',
        			position: 'top_right',
      			header: 'Tahmin Edilen Varis Suresi',
        			config: {
          				apikey: 'myAPI',
          				origin: 'Menderes, 381. Sk. 13-1, 34225 Esenler/Istanbul',
          				startTime: '00:00',
          				endTime: '23:59',
          				hideDays: [0,6],
          				destinations: [
            				{
              				destination: 'Sekerpinar, Otomotiv Cd. No:2, 41435 CAYIROVA/Cayirova/Kocaeli',
              				label: 'Araba',
              				mode: 'driving',
      					alternatives: true,
            				},
      
            				{
              				destination: 'Sekerpinar, Otomotiv Cd. No:2, 41435 CAYIROVA/Cayirova/Kocaeli',
              				label: 'Toplu Tasima',
              				mode: 'transit'
            				},
      
            				{
              				destination: 'Halicioglu, 34445 Beyoglu/Istanbul',
              				label: 'Servis Kalkis Noktasi',
              				mode: 'transit'
            				},
      
         		    			    ]
        				}
      		},
      
      posted in Troubleshooting
      S
      semihbakrac
    • RE: MMM-MyCommute not showing

      @sdetweil Only mycommute doesn’t work. npm log is this

      semihbakrac@raspberrypi:~/MagicMirror $ npm start
      
      > magicmirror@2.27.0 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [2024-05-18 22:59:01.677] [LOG]   Starting MagicMirror: v2.27.0 
      [2024-05-18 22:59:01.735] [LOG]   Loading config ... 
      [2024-05-18 22:59:01.743] [LOG]   config template file not exists, no envsubst 
      [2024-05-18 22:59:01.755] [LOG]   Loading module helpers ... 
      [2024-05-18 22:59:01.758] [LOG]   No helper found for module: alert. 
      [2024-05-18 22:59:02.424] [LOG]   Initializing new module helper ... 
      [2024-05-18 22:59:02.425] [LOG]   Module helper loaded: updatenotification 
      [2024-05-18 22:59:02.427] [LOG]   No helper found for module: clock. 
      [2024-05-18 22:59:02.822] [LOG]   Initializing new module helper ... 
      [2024-05-18 22:59:02.824] [LOG]   Module helper loaded: calendar 
      [2024-05-18 22:59:02.825] [LOG]   No helper found for module: weather. 
      [2024-05-18 22:59:03.625] [LOG]   Initializing new module helper ... 
      [2024-05-18 22:59:03.626] [LOG]   Module helper loaded: MMM-MyCommute 
      [2024-05-18 22:59:04.306] [LOG]   Initializing new module helper ... 
      [2024-05-18 22:59:04.307] [LOG]   Module helper loaded: MMM-MyPrayerTimes 
      [2024-05-18 22:59:04.308] [LOG]   All module helpers loaded. 
      [2024-05-18 22:59:04.322] [LOG]   Starting server on port 8080 ...  
      [2024-05-18 22:59:07.200] [LOG]   Server started ... 
      [2024-05-18 22:59:07.203] [LOG]   Connecting socket for: updatenotification 
      [2024-05-18 22:59:07.205] [LOG]   Starting module helper: updatenotification 
      [2024-05-18 22:59:07.207] [LOG]   Connecting socket for: calendar 
      [2024-05-18 22:59:07.209] [LOG]   Starting node helper for: calendar 
      [2024-05-18 22:59:07.211] [LOG]   Connecting socket for: MMM-MyCommute 
      [2024-05-18 22:59:07.213] [LOG]   ====================== Starting node_helper for module [MMM-MyCommute] 
      [2024-05-18 22:59:07.215] [LOG]   Connecting socket for: MMM-MyPrayerTimes 
      [2024-05-18 22:59:07.217] [LOG]   Starting node_helper for: MMM-MyPrayerTimes 
      [2024-05-18 22:59:07.219] [LOG]   Sockets connected & modules started ... 
      [2024-05-18 22:59:07.870] [LOG]   Launching application. 
      [2024-05-18 22:59:10.593] [INFO]  System information:
      ### SYSTEM:   manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Plus Rev 1.3; raspberry: [object Object]; virtual: false
      ### OS:       platform: linux; distro: Raspbian GNU/Linux; release: 12; arch: arm; kernel: 6.6.28+rpt-rpi-v7
      ### VERSIONS: electron: 29.1.6; used node: 20.9.0; installed node: 20.8.0; npm: 10.1.0; pm2: 5.3.1
      ### OTHER:    timeZone: Europe/Istanbul; ELECTRON_ENABLE_GPU: undefined 
      [2024-05-18 22:59:13.101] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/semih342bakrac%40gmail.com/private-c2fb4dce86cf995b9f980010988f5bf9/basic.ics - Interval: 604800000 
      [2024-05-18 22:59:13.397] [INFO]  updatenotification: Updater Class Loaded! 
      [2024-05-18 22:59:13.399] [INFO]  updatenotification: Checking PM2 using... 
      [2024-05-18 22:59:13.404] [INFO]  Checking git for module: MMM-MyCommute 
      [2024-05-18 22:59:13.468] [INFO]  Checking git for module: MMM-MyPrayerTimes 
      [2024-05-18 22:59:13.539] [INFO]  Checking git for module: MagicMirror 
      [2024-05-18 22:59:13.592] [INFO]  updatenotification: [PM2] You are not using pm2 
      [2024-05-18 22:59:13.811] [LOG]   200[object Object] 
      [2024-05-18 22:59:14.196] [INFO]  Calendar-Fetcher: Broadcasting 0 events from https://calendar.google.com/calendar/ical/semih342bakrac%40gmail.com/private-c2fb4dce86cf995b9f980010988f5bf9/basic.ics. 
      
      posted in Troubleshooting
      S
      semihbakrac
    • RE: MMM-MyCommute not showing

      @sdetweil Why are there two? Also Mycommute does not appear on the screen
      670995b8-aff3-45d0-b74e-2abb80242d08-image.png

      posted in Troubleshooting
      S
      semihbakrac
    • MMM-MyCommute not showing

      The MMM-MyCommute module is not working today. The RemoteControl module was installed, but I uninstalled it and reinstalled the same software from scratch. I installed the MyCommute module, but it does not appear on the screen.
      log:
      fbc2e715-1cae-4cd0-b986-af0ec97acba9-image.png

      posted in Troubleshooting
      S
      semihbakrac
    • RE: MagicMirror Opening after closing cycle

      @sdetweil I fixed the module issue. thank you for that. I will write if the self-rebooting problem reoccurs. Great master…

      posted in Troubleshooting
      S
      semihbakrac
    • RE: MagicMirror Opening after closing cycle

      @sdetweil I delete it. But The problem persisted. It opens after opening and closing 6 or 7 times. I installed the module again but I got this error. I never experienced anything like this with my previous SD card device.

      semihbakrac@raspberrypi:~/MagicMirror $ npm start
      
      > magicmirror@2.27.0 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [2024-05-12 18:05:06.088] [LOG]   Starting MagicMirror: v2.27.0 
      [2024-05-12 18:05:06.206] [LOG]   Loading config ... 
      [2024-05-12 18:05:06.227] [LOG]   config template file not exists, no envsubst 
      [2024-05-12 18:05:06.248] [LOG]   Loading module helpers ... 
      [2024-05-12 18:05:06.258] [LOG]   No helper found for module: alert. 
      [2024-05-12 18:05:07.715] [LOG]   Initializing new module helper ... 
      [2024-05-12 18:05:07.718] [LOG]   Module helper loaded: updatenotification 
      [2024-05-12 18:05:07.721] [LOG]   No helper found for module: clock. 
      [2024-05-12 18:05:08.524] [LOG]   Initializing new module helper ... 
      [2024-05-12 18:05:08.527] [LOG]   Module helper loaded: calendar 
      [2024-05-12 18:05:08.531] [LOG]   No helper found for module: weather. 
      [2024-05-12 18:05:09.105] [LOG]   Initializing new module helper ... 
      [2024-05-12 18:05:09.107] [LOG]   Module helper loaded: MMM-Remote-Control 
      [2024-05-12 18:05:11.882] [ERROR] (node:22393) UnhandledPromiseRejectionWarning: Error: Cannot find module 'request'
      Require stack:
      - /home/semihbakrac/MagicMirror/modules/MMM-MyPrayerTimes/node_helper.js
      - /home/semihbakrac/MagicMirror/js/app.js
      - /home/semihbakrac/MagicMirror/js/electron.js
          at Module._resolveFilename (node:internal/modules/cjs/loader:1055:15)
          at s._resolveFilename (node:electron/js2c/browser_init:2:115690)
          at Module._resolveFilename (/home/semihbakrac/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Module._load (node:internal/modules/cjs/loader:908:27)
          at c._load (node:electron/js2c/node_init:2:13672)
          at Module.require (node:internal/modules/cjs/loader:1122:19)
          at require (node:internal/modules/helpers:130:18)
          at Object.<anonymous> (/home/semihbakrac/MagicMirror/modules/MMM-MyPrayerTimes/node_helper.js:10:17)
          at Module._compile (node:internal/modules/cjs/loader:1256:14)
          at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
          at Module.load (node:internal/modules/cjs/loader:1098:32)
          at Module._load (node:internal/modules/cjs/loader:945:12)
          at c._load (node:electron/js2c/node_init:2:13672)
          at Module.require (node:internal/modules/cjs/loader:1122:19)
          at require (node:internal/modules/helpers:130:18)
          at loadModule (/home/semihbakrac/MagicMirror/js/app.js:183:19)
      (Use `electron --trace-warnings ...` to show where the warning was created) 
      [2024-05-12 18:05:11.888] [ERROR] (node:22393) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) 
      
      posted in Troubleshooting
      S
      semihbakrac
    • RE: MagicMirror Opening after closing cycle

      @sdetweil No. It still turns on and off 3 or 4 times at first, then the mirror opens. I didn’t install any extra modules. Only default modules are loaded.

      posted in Troubleshooting
      S
      semihbakrac
    • RE: MagicMirror Opening after closing cycle

      @sdetweil thanks

      posted in Troubleshooting
      S
      semihbakrac
    • MagicMirror Opening after closing cycle

      I installed the PrayerTime module. Then I wrote the reboot code. After that, the device constantly turns on and off by itself. MagicMirror message appears and closes again. Then it opens again.
      Screenshot_1.png
      Screenshot_2.png

      edit_1 : ı delete MMM-PrayerTİme and working normally.

      posted in Troubleshooting
      S
      semihbakrac
    • RE: My mirror doesnt working

      @sdetweil ı used 5v 3A

      posted in Troubleshooting
      S
      semihbakrac
    • RE: My mirror doesnt working

      @sdetweil I think there is a problem with the socket of my device. It shut down and started again many times. Is there another input I can power? I use Model3b

      posted in Troubleshooting
      S
      semihbakrac
    • RE: My mirror doesnt working

      @sdetweil Thanks for support. I have to buy a new sd card and use that. Did I get right ?

      posted in Troubleshooting
      S
      semihbakrac
    • My mirror doesnt working

      I did not use my device for 2 months. I wanted to check my homework one last time and the mirror didn’t work. Normally the desktop screen would appear, but it is not there either. When I try to run Magicmirror, I get the following error.
      WhatsApp Görsel 2024-05-10 saat 15.45.23_b676f32c.jpg
      These are written on the screen. Please help, this assignment is my graduation project. I have less than 2 weeks left.

      posted in Troubleshooting
      S
      semihbakrac
    • 1 / 1