Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. OneAsianTortoise
    O
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    OneAsianTortoise

    @OneAsianTortoise

    0
    Reputation
    6
    Posts
    16
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    OneAsianTortoise Follow

    Best posts made by OneAsianTortoise

    This user hasn't posted anything yet.

    Latest posts made by OneAsianTortoise

    • RE: Display Current Cast

      Got it.

      Thank you very much.

      posted in Requests
      O
      OneAsianTortoise
    • Display Current Cast

      I am really new to this, so I am sorry that I sound like a idiot.

      What I am trying to achieve is that if I cast a youtube video, magic mirror will show what I am casting.
      Like this (Picture is from MMM-GoogleCast, it’s not mine.)
      Picture from MMM-GoogleCast

      The reason why I do this is that I want to hide the cast video actually, but left the audio to use it as a music player. (I know it sounds weird, but yeah…)

      The casting part is easy, I can simply achieve that by using MMM-Screencast, but I can’t seems to find any module that has the feature of showing current cast or current playing youtube video.

      The closest I can find is GoogleCast, but it it for GoogleCast devices.

      Is there any module that I happen to miss has the feature that I am looking for, or is there anyway to alter MMM-Screencast.

      I appreciate any kind of help, and thank you 🙂

      posted in Requests
      O
      OneAsianTortoise
    • RE: Voice Assistant that works with a calendar

      MMM-AssistantMk2 works for me.

      When it’s asked to add reminder, it will work and sync with my google calendar.

      posted in Requests
      O
      OneAsianTortoise
    • RE: npm install vulnerabilities

      @lavolp3 npm audit fix won’t fix them, but i’m glad to hear that i don’t really have to do anything with them now :D.

      posted in Troubleshooting
      O
      OneAsianTortoise
    • RE: npm install vulnerabilities

      @sdetweil Noted! Thanks.

      posted in Troubleshooting
      O
      OneAsianTortoise
    • npm install vulnerabilities

      I don’t know why, but I always got vulnerabilities error on every npm install.

      I have tried the following steps.

      “npm rebuild”
      “npm uninstall --save-dev mocha-logger”
      “npm install --save-dev mocha-logger@latest”
      “npm install minimist@latest”
      “npm update”

      I also have deleted the entire magic mirror, and try to install it again twice, but still get the same error.
      And I also have reinstall raspbian buster for three times, and I still get the same error.

      ┌───────────────┬──────────────────────────────────────────────────────────────┐
      │ Low           │ Prototype Pollution                                          │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Package       │ minimist                                                     │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Patched in    │ >=0.2.1 =1.2.3                                    │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Dependency of │ mocha-logger [dev]                                           │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Path          │ mocha-logger > mocha > mkdirp > minimist                     │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ More info     │ https://npmjs.com/advisories/1179                            │
      └───────────────┴──────────────────────────────────────────────────────────────┘
      ┌───────────────┬──────────────────────────────────────────────────────────────┐
      │ Low           │ Prototype Pollution                                          │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Package       │ minimist                                                     │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Patched in    │ >=0.2.1 =1.2.3                                    │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Dependency of │ spectron [dev]                                               │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ Path          │ spectron > webdriverio > optimist > minimist                 │
      ├───────────────┼──────────────────────────────────────────────────────────────┤
      │ More info     │ https://npmjs.com/advisories/1179                            │
      └───────────────┴──────────────────────────────────────────────────────────────┘
      

      what’s worse that when I try to install other module. npm install will give me more vulnerabilities error.

      I’m a absolute beginner, and I don’t really know what I do wrong, please help me. This mirror thingy is slowly driving me insane.

      posted in Troubleshooting
      O
      OneAsianTortoise