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

Syosse

@Syosse

5
Reputation
7
Profile views
22
Posts
0
Followers
1
Following
Joined Oct 12, 2023, 12:41 PM
Last Online Apr 2, 2024, 11:53 AM

Syosse Unfollow Follow

Best posts made by Syosse

  • Bathroom Magic Mirror 34"

    My First Mirror :)

    It was incredibly engaging and offered a significant learning curve.

    alt text

    alt text

    Thanks to the users here for help!

    posted in Show your Mirror
    S
    Syosse
    Apr 1, 2024, 6:54 PM

Latest posts made by Syosse

  • Bathroom Magic Mirror 34"

    My First Mirror :)

    It was incredibly engaging and offered a significant learning curve.

    alt text

    alt text

    Thanks to the users here for help!

    posted in Show your Mirror
    S
    Syosse
    Apr 1, 2024, 6:54 PM
  • RE: MMM-Globe rotates very slowly and haltingly

    @bhepler said in MMM-Globe rotates very slowly and haltingly:

    @Syosse - The reason for the slow & flashing is because that module is pure Javascript and doesn’t use hardware acceleration at all. It’s using the CPU to do all the work.

    I’ve been toying around with a 3D accelerated version of that module but I got distracted. It didn’t look super hard. Mostly just playing around with some free libraries.

    allright thanks so much for the information!

    So is there no other solution than replacing the Raspberry Pi and getting one with a higher CPU?

    posted in Troubleshooting
    S
    Syosse
    Jan 17, 2024, 8:09 AM
  • MMM-Globe rotates very slowly and haltingly

    Hello

    Does anyone know why it doesn’t rotate smoothly and is always so slow and it always flashes white?
    I have a Raspberry Pi4 with 2GB Ram and the TV Samsung 55 Inches FHD.

    Video:https://streamable.com/tsadn0

    Thank so much!

    posted in Troubleshooting
    S
    Syosse
    Jan 14, 2024, 8:40 PM
  • RE: MMM-Todoist

    @sdetweil said in MMM-Todoist:

    yep, missing library…
    do this…
    cd ~/MagicMirror/modules/MMM-Todoist
    npm install request

    note that there are 6 - 8 missing libraries. as we clean up MM from using old dead stuff to newer supported code, some of the older modules didn’t know they were using libs from our packaging… which are no longer there…

    Perfect it works!! Thanks man

    Last thing how can i hidde the Projectname ?

    0f8b7e04-f767-45ac-aa26-80b685a43fee-grafik.png

    I have added showProject: false

    {
    		module: 'MMM-Todoist',
    		position: 'bottom_right',	// This can be any of the regions. Best results in left or right regions.
    		header: 'Todoist', // This is optional
    		config: { // See 'Configuration options' for more information.
    			hideWhenEmpty: false,
    			accessToken: '5b1608a7747cccccc0162a553e',
    			maximumEntries: 60,
    			updateInterval: 10*60*1000, // Update every 10 minutes
    			fade: false,
    			showProject: false,
    			// projects and/or labels is mandatory:
    			projects: [2326180937], 
    			
          }
    	}
    
    
    posted in Troubleshooting
    S
    Syosse
    Jan 5, 2024, 2:19 PM
  • RE: MMM-Todoist

    @sdetweil said in MMM-Todoist:

    ok, that means its not a syntax error
    show me the output of npm start
    if you use pm2 to auto start, do this
    pm2 stop all
    cd ~/MagicMirror
    npm start

    when done with tests
    pm2 status

    and use the number of the line(usually 0)
    pm2 start 0

    Thanks for the Reply:

    i have run this command:

    pm2 stop all
    cd ~/MagicMirror
    npm start

    0e3566fd-d9bc-45de-88e4-7a9ec5a5c3ef-grafik.png

    > magicmirror@2.25.0 start
    > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
    
    [05.01.2024 14:32.28.026] [LOG]   Starting MagicMirror: v2.25.0
    [05.01.2024 14:32.28.032] [LOG]   Loading config ...
    [05.01.2024 14:32.28.035] [DEBUG] config template file not exists, no envsubst
    [05.01.2024 14:32.28.039] [LOG]   Loading module helpers ...
    [05.01.2024 14:32.28.040] [LOG]   No helper found for module: MMM-SimpleLogo.
    [05.01.2024 14:32.28.041] [LOG]   No helper found for module: compliments.
    [05.01.2024 14:32.28.042] [LOG]   No helper found for module: MMM-Globe.
    [05.01.2024 14:32.28.043] [LOG]   No helper found for module: clock.
    [05.01.2024 14:32.28.049] [ERROR] (node:2061) UnhandledPromiseRejectionWarning: Error: Cannot find module 'request'
    Require stack:
    - /home/Admin/MagicMirror/modules/MMM-Todoist/node_helper.js
    - /home/Admin/MagicMirror/js/app.js
    - /home/Admin/MagicMirror/js/electron.js
    - /home/Admin/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
    -
        at node:internal/modules/cjs/loader:1084:15
        at Function.<anonymous> (node:electron/js2c/browser_init:2:117576)
        at Module._resolveFilename (/home/Admin/MagicMirror/node_modules/module-alias/index.js:49:29)
        at node:internal/modules/cjs/loader:929:27
        at Function._load (node:electron/js2c/asar_bundle:2:13327)
        at Module.require (node:internal/modules/cjs/loader:1150:19)
        at require (node:internal/modules/cjs/helpers:110:18)
        at Object.<anonymous> (/home/Admin/MagicMirror/modules/MMM-Todoist/node_helper.js:12:17)
        at Module._compile (node:internal/modules/cjs/loader:1271:14)
        at Object..js (node:internal/modules/cjs/loader:1326:10)
        at Module.load (node:internal/modules/cjs/loader:1126:32)
        at node:internal/modules/cjs/loader:967:12
        at Function._load (node:electron/js2c/asar_bundle:2:13327)
        at Module.require (node:internal/modules/cjs/loader:1150:19)
        at require (node:internal/modules/cjs/helpers:110:18)
        at loadModule (/home/Admin/MagicMirror/js/app.js:180:19)
    (Use `electron --trace-warnings ...` to show where the warning was created)
    [05.01.2024 14:32.28.051] [ERROR] (node:2061) 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)
    [2093:0105/143229.076293:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.076702:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.077074:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.077350:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.077710:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.078018:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.078314:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.080174:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.080490:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.080861:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.081179:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.081474:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.081781:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    [2093:0105/143229.082085:ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf: No such file or directory (2)
    
    
    

    Then this command: pm2 status and finally this command: pm2 start 0

    563d2d8c-9492-4d85-abec-6219f373565d-grafik.png

    posted in Troubleshooting
    S
    Syosse
    Jan 5, 2024, 1:36 PM
  • RE: MMM-Todoist

    @sdetweil Thanks for the replay

    i have run the command: npm run config:check

    npm run config:check
    > magicmirror@2.25.0 config:check
    > node js/check_config.js
    [05.01.2024 14:11.43.042] [INFO] Checking file... /home/Admin/MagicMirror/conf ig/config.js
    [05.01.2024 14:11.43.116] [INFO] Your configuration file doesn't contain syntax errors :)
    

    5fe2cf51-8112-4efc-8391-426f8ed06b45-grafik.png

    posted in Troubleshooting
    S
    Syosse
    Jan 5, 2024, 1:17 PM
  • RE: MMM-Todoist

    @sdetweil

    Thanks for reply

    i have run the npm run config:check:

    d47f4c33-0ab6-479a-a759-d6d4f230c539-grafik.png

    npm run config:check
    
    magicmirror@2.25.0 config:check
    node js/check_config.js
    
    [05.01.2024 14:11.43.042] [INFO]  Checking file...  /home/Admin/MagicMirror/config/config.js
    [05.01.2024 14:11.43.116] [INFO]  Your configuration file doesn't contain syntax
    errors :)
    
    
    posted in Troubleshooting
    S
    Syosse
    Jan 5, 2024, 1:15 PM
  • MMM-Todoist

    Hello everyone

    Unfortunately, I’ve been trying to get the Todoist module to work for weeks. When I edit the config, Magicmirror no longer starts, only the Rasperrypi desktop appears. What am I doing wrong here?

    I have also insert the other Modules to show that the other modules works only MMM-Todoist not working and when i delete the Module Magic Mirror works perfect…

    {	   module: 'clock',
    	   position: 'top_left',
    },
    
    
    
    	{
    		module: 'MMM-Todoist',
    		position: 'bottom_right',	// This can be any of the regions. Best results in left or right regions.
    		header: 'Todoist', // This is optional
    		config: { // See 'Configuration options' for more information.
    			hideWhenEmpty: false,
    			accessToken: '5b1608*****************************53e',
    			maximumEntries: 60,
    			updateInterval: 10*60*1000, // Update every 10 minutes
    			fade: false,      
    			// projects and/or labels is mandatory:
    			projects: [2326180937], 
    			labels: [ "MagicMirror", "Important" ] // Tasks for any projects with these labels will be shown.
          }
    	},
    
    
    
    {
        module: 'MMM-MonthCalendar',
        position: "top_left",
        header: "",
        config: {
            updateDelay: 5,
            showAdjacentMonths: true
        }
    },
    
    

    Todoist APP API:

    b772f8e7-77c9-44ba-89e3-262f03c21ce0-grafik.png

    Todoist APP Project ID:

    12e36cb3-4c02-4872-bf8e-fabdce9a071d-grafik.png

    Thank You so much!

    posted in Troubleshooting
    S
    Syosse
    Jan 5, 2024, 10:32 AM
  • RE: Magic Mirror logo appears at Boot and then the Raspberry desktop

    @sdetweil said in Magic Mirror logo appears at Boot and then the Raspberry desktop:

    @Syosse we got it working in chat

    Finally it works many many thanks to @sdetweil

    posted in Troubleshooting
    S
    Syosse
    Oct 23, 2023, 3:17 PM
  • RE: Magic Mirror logo appears at Boot and then the Raspberry desktop

    @sdetweil said in Magic Mirror logo appears at Boot and then the Raspberry desktop:

    @Syosse did you execute the command output from first

    pm2 startup 
    

    yea of course:

    
    Admin@magicmirror:~ $ pm2 startup
    [PM2] Init System found: systemd
    [PM2] To setup the Startup Script, copy/paste the following command:
    sudo env PATH=$PATH:/usr/local/bin /usr/local/lib/node_modules/pm2/bin/pm2 startup systemd -u Admin --hp /home/Admin
    
    
    

    thanks so much

    posted in Troubleshooting
    S
    Syosse
    Oct 23, 2023, 12:27 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy