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

    Posts

    Recent Best Controversial
    • RE: Problem with MMM-CalendarEXT

      Need to know what error??

      posted in Troubleshooting
      D
      DJBOOB66
    • api.spotify.com spam

      Ok, I notice I’m getting a lot of spam from api.spotify.com whenever the mirror is on showing up in Pihole is there anything that I can do to stop this?
      i have GAv3 and Nowplayingonspotify modules
      more than 7-10 hits a sec.

      Time Type Domain Client Status Reply Action
      2021-07-16 19:17:27 AAAA api.spotify.com 192.168.1.103 OK (cached) IP (0.1ms)
      2021-07-16 19:17:27 A api.spotify.com 192.168.1.103 OK (cached) IP (0.1ms)
      2021-07-16 19:17:27 AAAA api.spotify.com 192.168.1.103 OK (cached) IP (0.1ms)
      2021-07-16 19:17:27 A api.spotify.com 192.168.1.103 OK (cached) IP (0.1ms)
      2021-07-16 19:17:26 AAAA api.spotify.com 192.168.1.103 OK (cached) IP (0.0ms)
      2021-07-16 19:17:26 A api.spotify.com 192.168.1.103 OK (cached) IP (0.1ms)
      2021-07-16 19:17:26 AAAA api.spotify.com 192.168.1.103 OK (cached) IP (0.1ms)
      2021-07-16 19:17:26 A api.spotify.com 192.168.1.103 OK (cached) IP (0.1ms)
      2021-07-16 19:17:26 AAAA api.spotify.com 192.168.1.103 OK (cached) IP (0.1ms)
      2021-07-16 19:17:26 A api.spotify.com 192.168.1.103 OK (cached) IP (0.1ms)

      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Problem install (and config)l new modules

      what modules do you wish to have on the mirror? I suggest starting with easy ones till you get the hang of things.
      most modules have a how-to install and the config that has to be placed in Config.js.
      [https://github.com/ckoutavas/MMM-PiTemp](link URL) is a easyone.
      happy to help if needed.

      posted in Troubleshooting
      D
      DJBOOB66
    • RE: MMM-GoogleAssistant not running after update.

      If not already in config add or change to true “configDeepMerge: true,”

      {
        module: "MMM-GoogleAssistant",
        position: "top_left",
        configDeepMerge: true,
        config: {
      
      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Large content on MMM-pages

      If you’re saying cal on full screen and you’re using CalendarExt all I think I did was make a copy of MMM-CalendarExt2.css rename it as backup (just in case things don’t work) go into MMM-CalendarExt2.css file find

      .CX2 .view { /* normal view */
        width:250%;
        display:flex;
        min-width:300px;
      

      and change width my 250%
      You may need to just adjust also

      .CX2 { /* default values which are used frequently or dependently */
        --row-min-width: 100px;
        --row-max-width: 1000px;
        --column-min-width: 50px;
        --column-max-width: 600px;
        --font-size: 16px;
      

      and have it in

      position: "top_left",
      
      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Black Screen

      You did do
      cd git clone https://github.com/amcolash/MMM-GoogleFit.git
      cd MMM-GoogleFit
      npm install
      ???

      posted in Forum
      D
      DJBOOB66
    • RE: Black Screen

      Maybe position: ‘position’, is your problem add a location on mirror like “top_left”

      posted in Forum
      D
      DJBOOB66
    • RE: Copy existing SD Card

      Raspian OS has an SD Card Copier app just use that it in the Accessories section I use a SSD and copy to a backup SSD all the time.

      posted in General Discussion
      D
      DJBOOB66
    • RE: MMM-GoogleAssistant help?

      @infinity2437 You should read the Wiki mate
      you have

      },
      			module: "MMM-Detector",
      			position: "top_left",
      			configDeepMerge: true
      

      should be

      },
      {
      			module: "MMM-Detector",
      			position: "top_left",
      			configDeepMerge: true
      
      posted in Troubleshooting
      D
      DJBOOB66
    • RE: MMM-GoogleAssistant help?

      post config

      posted in Troubleshooting
      D
      DJBOOB66
    • 1 / 1