Bugsounet_Coding();

    • Register
    • Login
    • Search
    1. Home
    2. oturan
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 10
    • Best 1
    • Controversial 0
    • Groups 0

    oturan

    @oturan

    1
    Reputation
    2
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    oturan Unfollow Follow

    Best posts made by oturan

    • RE: Auto-send selfies to telegram-bot

      Yes, I just upgraded EXT-selphie module and works flawlessly. Thank you very much…

      posted in EXT-SelfiesSender
      O
      oturan

    Latest posts made by oturan

    • RE: Auto-send selfies to telegram-bot

      Yes, I just upgraded EXT-selphie module and works flawlessly. Thank you very much…

      posted in EXT-SelfiesSender
      O
      oturan
    • RE: Raspberry pi camera module 3 capture error

      I enabled before and couldn’t make it work wit raspistill command. After search on google, I realized that the legacy mode is finishing and libcamera commands are working instead of raspistill commands.

      If you want me to try it, I can re-enable legacy mode to see if fswebcam works…

      posted in EXT-Selfies
      O
      oturan
    • RE: Raspberry pi camera module 3 capture error

      zgur@raspberrypi:~$ fswebcam -r 640x480 --jpeg 100 -D 1
      — Opening /dev/video0…
      Trying source module v4l2…
      /dev/video0 opened.
      No input was specified, using the first.
      Delaying 1 seconds.
      Error starting stream.
      VIDIOC_STREAMON: Invalid argument
      Unable to use mmap. Using read instead.
      — Capturing frame…
      VIDIOC_DQBUF: Invalid argument
      Segmentation fault

      posted in EXT-Selfies
      O
      oturan
    • RE: Auto-send selfies to telegram-bot

      I confirm that it works in the way you explained. Thanks.

      posted in EXT-SelfiesSender
      O
      oturan
    • RE: Auto-send selfies to telegram-bot

      Thanks for your help… Have a nice weekend.

      posted in EXT-SelfiesSender
      O
      oturan
    • Auto-send selfies to telegram-bot

      Hi guys,

      Thanks for this great modules…

      I can managed to take selifes and get the photo to telegram with commands like “/selife”…

      However, I couldn’t managed to auto-send selfie photos to telegram with google-asistan voice command.

      When I say “Jarvis, take a selife”, it succesfuly takes pictures, however it can’t send the photo.

      My config file is listed below. Do I miss someting? I read wiki 3-4 times… 😞

        module: 'EXT-SelfiesSender',
        disabled: false,
        config: {
          debug: false,
          sendTelegramBotAuto: true,
          sendGooglePhotos: false,
          sendGooglePhotosAuto: false,
          sendMail: false,
          sendMailAuto: true,
          sendMailConfig: {
            transport: {
              host: 'smtp.mail.com',
              port: 465,
              secure: true,
              auth: {
                user: 'youremail@mail.com',
                pass: 'your mail password'
              }
            },
            message: {
              from: 'youremail@mail.com',
              to: 'who@where.com',
              subject: 'EXT-SelfieSender -- This is your new selfie.',
              text: 'New selfie.'
            }
          }
        }
      },
      

      Best Regards,
      Ozgur

      posted in EXT-SelfiesSender
      O
      oturan
    • Raspberry pi camera module 3 capture error

      Hi guys,

      I managed to take selfies by a microsft usb camera.

      However I can’t get a picture from raspberry pi module 3. (after unpluging USB cam and plugging pi module v3)

      I tested camera module v3 with libcamera commands and camera working on the OS side.

      I started debugging on EXT-Selfie module and it gets below:

      [02.06.2023 14:20.12.037] [LOG] [SELFIES] Shoot payload: {
      options: {
      playShutter: true,
      autoValidate: true,
      showResult: true,
      TBkey: null,
      useTBKeyOnly: false
      }
      }
      [02.06.2023 14:20.12.046] [LOG] fswebcam -r 640x480 --jpeg 100 -d /dev/video1 --no-banner /home/ozgur/MagicMirror/modules/EXT-Selfies/photos/230602_142012.jpeg
      [02.06.2023 14:20.12.163] [LOG] — Opening /dev/video1…
      Trying source module v4l2…
      /dev/video1 opened.
      No input was specified, using the first.
      Unable to find a compatible palette format.

      I tried fswebcam commands separatly on the termial but it gets error by this device.

      My device list is:

      ozgur@magicmirror:~ $ v4l2-ctl --list-devices
      bcm2835-codec-decode (platform:bcm2835-codec):
      /dev/video10
      /dev/video11
      /dev/video12
      /dev/video18
      /dev/video31
      /dev/media1

      bcm2835-isp (platform:bcm2835-isp):
      /dev/video13
      /dev/video14
      /dev/video15
      /dev/video16
      /dev/video20
      /dev/video21
      /dev/video22
      /dev/video23
      /dev/media2
      /dev/media3

      unicam (platform:fe801000.csi):
      /dev/video0
      /dev/video1
      /dev/media4

      rpivid (platform:rpivid):
      /dev/video19
      /dev/media0

      ** Unicam should be the “camera module v3”. I tried writing video0, video1, media4 with command fswebcam command, no luck.

      Do you have any idea?

      best regards

      posted in EXT-Selfies
      O
      oturan
    • RE: EXT-Raspotify Error 404 "No active device found"

      Hi guys,

      I also have this same problem:

      error: {
      status: 404,
      message: ‘Player command failed: No active device found’,
      reason: ‘NO_ACTIVE_DEVICE’
      }

      I tried raspotify, EXT-librespot. When I start spotify a song from my phone to magicmirror, everything works fine, it plays and album cover is displayed, However, When I call google assistant and say “play madonna on spotify” it tries to connect and failse with above error. username/password with premium account is available. I tried npm run setup command also…

      I also tried different sound devices like:

      iec958:CARD=Device,DEV=0
      hdmi:CARD=vc4hdmi1,DEV=0
      hw:CARD=Headphones,DEV=0

      not worked.

      Regards

      posted in EXT-Raspotify
      O
      oturan
    • RE: Google asistant G icon is blinking after "hey google" however it can't initiate google assistant

      It worked, you are the best !!! Thanks…

      posted in Issues
      O
      oturan
    • Google asistant G icon is blinking after "hey google" however it can't initiate google assistant

      Hi,

      Thanks for the great afford on this project. I was actually runnig google assistant and everthing was working. However, after installing some other plugins, begins with “EXT-” it stopped working.
      When I say “hey google” it awakes (I understand by G logo is blinking) however google assistant is not opening.
      I tried to restart,delete some plugins however it didn’t work. I also suspicious about the updates of plugins. But I’m not sure.

      My logs are:

      [16.03.2023 16:21.25.242] [LOG] [GATEWAY] [LIB] All libraries loaded!
      [16.03.2023 16:21.25.248] [LOG] [GATEWAY] no CLIENT_ID found in your config!
      [16.03.2023 16:21.25.249] [WARN] [GATEWAY] SmartHome functionality is disabled
      [16.03.2023 16:21.25.250] [WARN] [GATEWAY] WARN: You are using default username or default password
      [16.03.2023 16:21.25.250] [WARN] [GATEWAY] WARN: Don’t forget to change it!
      [16.03.2023 16:21.25.793] [LOG] [GATEWAY] [HyperWatch] Logger is enabled
      [16.03.2023 16:21.25.795] [LOG] [GATEWAY] Start listening on port 8081
      [16.03.2023 16:21.25.795] [LOG] [GATEWAY] Available locally at http://192.168.68.119:8081
      [16.03.2023 16:21.25.805] [LOG] [GA] [SECURE] Happy use !
      [16.03.2023 16:21.25.807] [LOG] [RASPOTIFY] Already Running.
      [16.03.2023 16:21.25.807] [INFO] Checking git for module: Gateway
      [16.03.2023 16:21.25.908] [LOG] [DETECTOR] [RULES] Start listening. 1 Models
      [16.03.2023 16:21.25.936] [INFO] Checking git for module: MMM-GoogleAssistant
      [16.03.2023 16:21.26.066] [INFO] Checking git for module: EXT-Detector
      [16.03.2023 16:21.26.238] [INFO] Checking git for module: EXT-Spotify
      [16.03.2023 16:21.26.342] [INFO] Checking git for module: EXT-Browser
      [16.03.2023 16:21.26.440] [INFO] Checking git for module: EXT-Background
      [16.03.2023 16:21.26.477] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
      [16.03.2023 16:21.26.491] [INFO] Checking git for module: EXT-Raspotify
      [16.03.2023 16:21.26.566] [INFO] Checking git for module: EXT-YouTubeCast
      [16.03.2023 16:21.26.905] [INFO] Calendar-Fetcher: Broadcasting 19 events.
      [16.03.2023 16:21.26.918] [INFO] Checking git for module: default
      [16.03.2023 16:21.39.666] [LOG] [GATEWAY] [192.168.68.113] Welcome admin, happy to serve you!
      [16.03.2023 16:26.26.851] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
      [16.03.2023 16:26.27.199] [INFO] Calendar-Fetcher: Broadcasting 19 events.
      [16.03.2023 16:26.41.658] [LOG] [DETECTOR] [RULES] Stop listening.
      [16.03.2023 16:26.41.659] [LOG] [DETECTOR] [RULES] Detected: hey google from: Porcupine
      [16.03.2023 16:31.27.239] [INFO] Newsfeed-Fetcher: Broadcasting 30 items.
      [16.03.2023 16:31.27.618] [INFO] Calendar-Fetcher: Broadcasting 19 events.

      posted in Issues
      O
      oturan