• 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.

how to hide all modules?

Scheduled Pinned Locked Moved Solved Troubleshooting
4 Posts 3 Posters 570 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.
  • O Offline
    oky1029
    last edited by oky1029 Feb 6, 2023, 2:20 PM Feb 6, 2023, 1:37 PM

    Hello.
    I just want to make a digital photo frame that links Google Photos using Raspberry Pi 3b+.
    However, MagicMirror/config/config.js annotates default modules except for modules related to Google Photos, so the photos are not called.
    It was confirmed that either “complements” or “newsfeed” must be activated to call the picture normally.
    Do I have to use “complements” or “newsfeed”?
    Additionally, I use “MMM-Google Assistant” and the extension “EXT-Google Photos”, but the Google logo is always displayed when I hide the calendar. Can this also be hidden?
    thanks.

    S C 3 Replies Last reply Feb 6, 2023, 1:59 PM Reply Quote 0
    • C Offline
      crazylegs @oky1029
      last edited by Feb 6, 2023, 2:53 PM

      @oky1029 said in how to hide all modules?:

      Additionally, I use “MMM-Google Assistant” and the extension “EXT-Google Photos”, but the Google logo is always displayed when I hide the calendar. Can this also be hidden?

      If you mean the Google logo that appears in the top left corner of the screen, it is part of the ‘wake-word’ detection module and yes this can be suppressed. In your config.js you need to update the parameters for EXT-Detector. Specifically, you need to include useIcon: false. Here is an example:

      			{
        			module: "EXT-Detector",
        			position: "top_left",
        			configDeepMerge: true,
        			config: {
          				debug: false,
      				useIcon: false,
          				detectors: [
            					{
              				detector: "Snowboy",
              				Model: "jarvis",
            					}
          					]
        				}
      			},
      
      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @oky1029
        last edited by Feb 6, 2023, 1:59 PM

        @oky1029 no. you do not need any of the default modules. they are provided if you want to use them.

        I don’t understand the rest of the words you used

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @oky1029
          last edited by Feb 6, 2023, 2:25 PM

          @oky1029 I don’t know about Google assistant logo

          I don’t understand ‘photo is called’

          what position do you have Google photos configured for?

          I usually do fullscreen_below

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • C Offline
            crazylegs @oky1029
            last edited by Feb 6, 2023, 2:53 PM

            @oky1029 said in how to hide all modules?:

            Additionally, I use “MMM-Google Assistant” and the extension “EXT-Google Photos”, but the Google logo is always displayed when I hide the calendar. Can this also be hidden?

            If you mean the Google logo that appears in the top left corner of the screen, it is part of the ‘wake-word’ detection module and yes this can be suppressed. In your config.js you need to update the parameters for EXT-Detector. Specifically, you need to include useIcon: false. Here is an example:

            			{
              			module: "EXT-Detector",
              			position: "top_left",
              			configDeepMerge: true,
              			config: {
                				debug: false,
            				useIcon: false,
                				detectors: [
                  					{
                    				detector: "Snowboy",
                    				Model: "jarvis",
                  					}
                					]
              				}
            			},
            
            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              1/4
              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