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

    Posts

    Recent Best Controversial
    • RE: MMM-GooglePhotos

      @Sean sorry that was a copy/paste mistake. In my Custom CSS there is “#” in front of GPHOTO_Back. Anything else I could miss?

      posted in Entertainment
      K
      Kevinho195
    • RE: MMM-GooglePhotos

      Hi @Sean,
      thanks for the great update. I want to hide the blurred background and did add

      GPHOTO_BACK {
      	display:none;
      }
      
      #GPHOTO_INFO {
      	display:none;
      }
      

      to my custom.css but it the blurred background is still there. For the info tab it did work and it disappeared. What am I missing?

      posted in Entertainment
      K
      Kevinho195
    • RE: MMM-AssistantMk2 (v3)

      @Bugsounet thanks for your help :)

      posted in System
      K
      Kevinho195
    • RE: MMM-AssistantMk2 (v3)

      Hi @Sean
      I just updated from 3.0 to the latest version. I did git pull and npm install and did create the token.json again and store it as decribed in your manual. Version 3.0 did work great, but now I get this error: What am I doing wrong?

      0|MagicMirror  | [21:35:32.002] [LOG]    
      0|MagicMirror  | Starting MagicMirror: v2.10.0
      0|MagicMirror  | [21:35:32.032] [LOG]    
      0|MagicMirror  | Loading config ...
      0|MagicMirror  | [21:35:32.071] [LOG]    
      0|MagicMirror  | Loading module helpers ...
      0|MagicMirror  | [21:35:32.078] [LOG]    
      0|MagicMirror  | No helper found for module: MMM-pages.
      0|MagicMirror  | [21:35:36.901] [ERROR]  
      0|MagicMirror  | WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'play-sound'
      0|MagicMirror  | [21:35:36.903] [LOG]    Loading module helpers ...
      0|MagicMirror  | [21:35:36.906] [LOG]    No helper found for module: MMM-pages.
      0|MagicMirror  | [21:35:36.913] [ERROR]  App threw an error during load
      0|MagicMirror  | [21:35:36.919] [ERROR]  Error: Cannot find module 'play-sound'
      0|MagicMirror  |     at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
      0|MagicMirror  |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      0|MagicMirror  |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
      0|MagicMirror  |     at Function.Module._load (internal/modules/cjs/loader.js:528:25)
      0|MagicMirror  |     at Module.require (internal/modules/cjs/loader.js:658:17)
      0|MagicMirror  |     at require (internal/modules/cjs/helpers.js:20:18)
      0|MagicMirror  |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:12:19)
      0|MagicMirror  |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:201:3)
      0|MagicMirror  |     at Module._compile (internal/modules/cjs/loader.js:711:30)
      0|MagicMirror  |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
      0|MagicMirror  | [21:35:36.939] [LOG]    
      0|MagicMirror  | Whoops! There was an uncaught exception...
      0|MagicMirror  | [21:35:36.941] [ERROR]  
      0|MagicMirror  | { Error: Cannot find module 'play-sound'
      0|MagicMirror  |     at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
      0|MagicMirror  |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      0|MagicMirror  |     at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
      0|MagicMirror  |     at Function.Module._load (internal/modules/cjs/loader.js:528:25)
      0|MagicMirror  |     at Module.require (internal/modules/cjs/loader.js:658:17)
      0|MagicMirror  |     at require (internal/modules/cjs/helpers.js:20:18)
      0|MagicMirror  |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:12:19)
      0|MagicMirror  |     at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_helper.js:201:3)
      0|MagicMirror  |     at Module._compile (internal/modules/cjs/loader.js:711:30)
      0|MagicMirror  |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10) code: 'MODULE_NOT_FOUND' }
      0|MagicMirror  | [21:35:36.975] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMirror  | [21:35:36.977] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      0|MagicMirror  | Fontconfig error: "/home/pi/.config/fontconfig/fonts.conf", line 10: junk after document element
      0|MagicMirror  | [21:35:37.852] [LOG]    
      0|MagicMirror  | Launching application.
      
      posted in System
      K
      Kevinho195
    • RE: MMM-AssistantMk2 (v3)

      @Sean Thanks for your fantastic Assistant! I tried to install it with your new installer, but I failed to set up the correct speaker. It did not find my 3.5mm Jack speaker. How can I use the Jack output instead of usb?

      posted in System
      K
      Kevinho195
    • No video screen with omxplayer for MMM-Podcast2

      Hi,

      The module did work well for the last few months but since two weeks I get no video on my screen. I did not change any modules or configs. I just updated my raspberry via sudo apt update.

      My logs are showing that my notification “BUTTON_PRESSED” was successfull.

      0|mm | Initializing new module helper ... 0|mm | Module helper loaded: MMM-GooglePhotos 0|mm | Initializing new module helper ... 0|mm | Module helper loaded: MMM-quote-of-the-day 0|mm | Initializing new module helper ... 0|mm | Module helper loaded: MMM-MyScoreboard 0|mm | No helper found for module: MMM-AirQuality. 0|mm | No helper found for module: MMM-Advent. 0|mm | Initializing new module helper ... 0|mm | Module helper loaded: MMM-NowPlayingOnSpotify 0|mm | No helper found for module: MMM-page-indicator. 0|mm | All module helpers loaded. 0|mm | Starting server on port 8080 ... 0|mm | Server started ... 0|mm | Connecting socket for: updatenotification 0|mm | Connecting socket for: calendar 0|mm | Starting node helper for: calendar 0|mm | Connecting socket for: MMM-Podcast2 0|mm | Connecting socket for: MMM-MovieListings 0|mm | MMM-MovieListing helper started... 0|mm | Connecting socket for: newsfeed 0|mm | Starting module: newsfeed 0|mm | Connecting socket for: mvgmunich 0|mm | Starting module helper: mvgmunich 0|mm | Connecting socket for: MMM-AVStock 0|mm | Connecting socket for: MMM-SoccerLiveScore 0|mm | MMM-SoccerLiveScore helper started... 0|mm | Connecting socket for: MMM-Events 0|mm | Starting node_helper for: MMM-Events 0|mm | Connecting socket for: MMM-Remote-Control 0|mm | Starting node helper for: MMM-Remote-Control 0|mm | Connecting socket for: MMM-Wunderlist-Enhanced 0|mm | Connecting socket for: MMM-GooglePhotos 0|mm | MMM-GooglePhotos started 0|mm | Connecting socket for: MMM-quote-of-the-day 0|mm | MMM-quote-of-the-day helper started 0|mm | Connecting socket for: MMM-MyScoreboard 0|mm | Starting node_helper for module [MMM-MyScoreboard] 0|mm | Connecting socket for: MMM-NowPlayingOnSpotify 0|mm | Sockets connected & modules started ... 0|mm | Launching application. 0|mm | Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/anniandkevini%40gmail.com/private-2d32da5d4a66c551ffaa23bfbe0f2365/basic.ics - Interval: 300000 0|mm | Create new calendar fetcher for url: https://www.officeholidays.com/ics-local-name/germany/bavaria - Interval: 300000 0|mm | Starting node helper for: MMM-Podcast2 0|mm | Create new news fetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 0|mm | [AVSTOCK] Initialized. 0|mm | MMM-GooglePhotos initialized after loading. 0|mm | MMM-quote-of-the-day received a socket notification: INIT_HELPER - Payload: [object Object] 0|mm | MMM-quote-of-the-day received a socket notification: GET_QUOTE - Payload: [object Object] 0|mm | { 0|mm | "quoteText": "Failure will never overtake me if my determination to succeed is strong enough. ", 0|mm | "quoteAuthor": "Og Mandino", 0|mm | "senderName": "", 0|mm | "senderLink": "", 0|mm | "quoteLink": "http://forismatic.com/en/70b5a19641/" 0|mm | } 0|mm | (node:5659) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 0|mm | Refreshed access token because it has expired. Expired at: 22:04:13 now is: 22:04:14 0|mm | Refreshed access token because it has expired. Expired at: 23:04:14 now is: 22:04:15 0|mm | [GPHOTO] Scan finished : 206 0|mm | Create new todo fetcher for list: Einkaufsliste - Interval: 60000 0|mm | { Error 0|mm | at /home/pi/MagicMirror/modules/MMM-quote-of-the-day/node_modules/google-translate-api/index.js:105:17 0|mm | at process._tickCallback (internal/process/next_tick.js:68:7) 0|mm | code: 'BAD_REQUEST' } 0|mm | MMM-Podcast2 PLAY:
      

      This is my config:

      {
      module: 'MMM-Podcast2',
      config: {
      feedUrl: 'https://www.tagesschau.de/export/video-podcast/webxl/tagesschau-in-100-sekunden_https/',
      refreshInterval: 1000 * 1800, //refreshs streaming link every 1800 seconds (30Min)
      omxargs: ' --win 10,200,1090,850 -o alsa:hw:1,0 ' //links,oben,rechts,unten
      }
      },
      

      If I test my omxplayer via

      omxplayer --win 0,0,640,480 /opt/vc/src/hello_pi/hello_video/test.h264
      
      

      the video is playing on my mirror.
      I tried to disable all my other modules and checked, if Podcast2 is running. But still no video on my mirror.

      Does anyone have an idea what might cause this error? Are there any settings that could run omxplayer in the background?

      posted in Troubleshooting
      K
      Kevinho195
    • RE: Language problems with standard modules and pm2

      @sdetweil thanks! You made my day:)

      posted in Troubleshooting
      K
      Kevinho195
    • RE: Language problems with standard modules and pm2

      @sdetweil how can I change the LANG to DE?

      version: N/A
      unique_id: a8ca3918-28ef-47b0-8afb-50b02ce23f76
      PM2_HOME: /home/pi/.pm2
      SHELL: /bin/bash
      NO_AT_BRIDGE: 1
      PWD: /home/pi
      LOGNAME: pi
      XDG_SESSION_TYPE: tty
      HOME: /home/pi
      LANG: en_GB.UTF-8
      LS_COLORS: rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
      SSH_CONNECTION: 192.168.178.35 53009 192.168.178.49 22
      XDG_SESSION_CLASS: user
      TERM: xterm
      USER: pi
      SHLVL: 1
      XDG_SESSION_ID: c3
      XDG_RUNTIME_DIR: /run/user/1000
      SSH_CLIENT: 192.168.178.35 53009 22
      PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
      DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
      MAIL: /var/mail/pi
      SSH_TTY: /dev/pts/0
      TEXTDOMAIN: Linux-PAM
      _: /usr/bin/pm2
      PM2_USAGE: CLI
      PM2_INTERACTOR_PROCESSING: true
      NODE_APP_INSTANCE: 0
      vizion_running: false
      km_link: false
      
      
      posted in Troubleshooting
      K
      Kevinho195
    • RE: Language problems with standard modules and pm2

      @sdetweil if I run this file manually the language settings are correct. If pm2 runs the file it changes from german to english after 2 seconds.

      posted in Troubleshooting
      K
      Kevinho195
    • RE: Language problems with standard modules and pm2
      pi@raspberrypi:~ $ pm2 show 0
       Describing process with id 0 - name mm 
      ┌───────────────────┬─────────────────────────────────┐
      │ status            │ online                          │
      │ name              │ mm                              │
      │ version           │ N/A                             │
      │ restarts          │ 0                               │
      │ uptime            │ 3h                              │
      │ script path       │ /home/pi/mm.sh                  │
      │ script args       │ N/A                             │
      │ error log path    │ /home/pi/.pm2/logs/mm-error.log │
      │ out log path      │ /home/pi/.pm2/logs/mm-out.log   │
      │ pid path          │ /home/pi/.pm2/pids/mm-0.pid     │
      │ interpreter       │ bash                            │
      │ interpreter args  │ N/A                             │
      │ script id         │ 0                               │
      │ exec cwd          │ /home/pi                        │
      │ exec mode         │ fork_mode                       │
      │ node.js version   │ N/A                             │
      │ node env          │ N/A                             │
      │ watch & reload    │ ✘                               │
      │ unstable restarts │ 0                               │
      │ created at        │ 2019-11-06T21:00:39.026Z        │
      └───────────────────┴─────────────────────────────────┘
       Divergent env variables from local env 
      ┌──────────────────┬─────────────┐
      │ XDG_SESSION_TYPE │ tty         │
      │ LANG             │ en_GB.UTF-8 │
      │ TERM             │ xterm       │
      └──────────────────┴─────────────┘
      
       Add your own code metrics: http://bit.ly/code-metrics
       Use `pm2 logs mm [--lines 1000]` to display logs
       Use `pm2 env 0` to display environment variables
       Use `pm2 monit` to monitor CPU and Memory usage mm
      
      
      posted in Troubleshooting
      K
      Kevinho195
    • 1 / 1