• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

black screen after after updating MMM-GoogleAssistant

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 3 Posters 553 Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    RIKKO14
    last edited by Jan 19, 2021, 2:07 PM

    Hello,
    I just updated the MMM-GoogleAssistant module with the commands:
    cd ~ / MagicMirror / modules / MMM-GoogleAssistant
    and npm run update because I had 3 update requests at the top of my MM.
    I don’t understand why because I had installed the MMM-UpdateNotification module with the following code:

    {
    module: "MMM-UpdateNotification",
    position: "top_bar",
    config: {
    debug: false,
    updateInterval: 10 * 60 * 1000, // every 10 minutes
    startDelay: 60 * 1000, // delay before 1st scan
    ignoreModules: [],
    updateCommands: [
    {
    module: "MagicMirror",
    command: "rm package-lock.json && git pull && npm install"
    },
    {
    module: "MMM-GoogleAssistant",
    command: "npm run update - without-prompt"
    },
    {
    module: "MMM-Assistant2Display",
    command: "npm run update - without-prompt"
    }
    ],
    notification: {
    useTelegramBot: true,
    sendReady: true,
    useScreen: true,
    useCallback: true
    },
    update: {
    autoUpdate: true,
    autoRestart: true,
    usePM2: true,
    PM2Name: "0",
    defaultCommand: "git pull && npm install",
    updateMagicMirror: false,
    logToConsole: false,
    timeout: 2 * 60 * 1000
    }
    }
    },
    

    and there I have a little noise and then a black screen …
    I believe that once again an Electron problem.
    I turned off my MM then redone the update of the MMM-GoogleAssistant module then the update of the MMM-Assistant2Display module but my screen still remains black and I still have [Electron] displayed at the top of my screen instead of MagicMirror.
    How to fix the problem?
    (And why did MMM-UpdateNotification not work?)
    Thank you for your help.

    1 Reply Last reply Reply Quote 0
    • ? Offline
      A Former User
      last edited by A Former User Jan 20, 2021, 1:50 AM Jan 20, 2021, 1:49 AM

      c’est trop compliqué de lire un wiki Rikko ?
      Je vais le redire encore une fois …
      si tu n’aime pas lire les wiki, n’utilise pas mes modules.
      cela evitera de mettre n’importe quoi dans les configs!

      Je ne t’aiderai pas sur ce sujet. tu ne veux pas lire nos conseils…
      De plus UN te dit quoi faire en console… tu ne veux pas appliquer… donc tu ne veux vraiment pas faire d’effort

      On ne sais lire pas ta config (qui est illisible pour moi)
      tu vera dans mes wiki mes config son lisible avec des espaces et non tout coller comme tu fais

      Note: durant les 2 semaines a venir il y aura encore plein de mise a niveau de libraries et des modules GA/A2D/UN

      Bon courage a toi, je ne ferai pas d’effort non plus (le seul effort que j’ai fait c’est de te répondre dans ta langue natale [peut-etre que tu comprendra])

      1 Reply Last reply Reply Quote 0
      • T Offline
        totofar
        last edited by Jan 24, 2021, 10:04 AM

        Hi,
        Sorry but I wont be able to help. However, I can tell that I dont have a black screen on my side. Just that voice recognition does not work properly. Key word “Jarvis” is detected properly but the question after key word is not detected and then no action is triggered.
        I dont know if this is an issue with my setup or if bugsounet scuttled his modules. Can anyone share a successful update ?
        Thanks in advance,
        totofar

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          2/3
          Last post
        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