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

    soldatino

    @soldatino

    5
    Reputation
    76
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    soldatino Unfollow Follow

    Best posts made by soldatino

    • This my first MagicMirror aka Dashboard

      Hi all,

      this is my Dashboard ;-)

      Front:
      IMG_6758.JPEG

      Rear:
      IMG_6759.JPEG

      IMG_6760.JPEG

      Monitor stand made out of lego by El-Kapibara - with only black parts:
      IMG_6548.JPEG
      See: MOC - Monitor Stand

      Monitor: Samsung 13" QBR Series Smart Signage Display.
      See: QB13R

      Modules:

      	modules: [
      
      		{
                  module: 'MMM-Carousel',
                  config: {
      				top_right: {enabled: true, ignoreModules: ['MMM-OpenWeatherMapForecast'], overrideTransitionInterval: 30000}
                  }
              },
      
      		{
                  module: 'MMM-auto-refresh',
              },
      
      		{
      			module: "alert",
      		},
      
      		{
      			module: "mmpm",
      		},
      		
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      
      		{
      			module: "newsfeed",
      			position: "top_bar",
      		},
      
      		{
      			module: "clock",
      			position: "top_left"
      		},
      
      		{
      			module: "MMM-MyCalendar",
              	        position: "top_left",
      		},
      
      		{
      			module: "MMM-OpenWeatherMapForecast",
      			position: "top_right",
      		},
      
      		{
      			module: 'MMM-SoccerLiveScore',
      			position: 'top_right',
      		},
      
      		{
      			module: "MMM-MyScoreboard",
      			position: "top_right",
      		},
      
      		{
      			module: 'MMM-Todoist',
      			position: 'bottom_left',
      		},
      
      		{
      			module: 'MMM-Sonos',
      			position: "bottom_left",
      		},
      
      		{
      			module: "MMM-pihole-stats",
      			position: "bottom_left",
      		},
      
      		{
      			module: 'mmm-systemtemperature',
      			position: 'bottom_left',
      		},
      
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      		},
      
      		{
      			module: 'MMM-Remote-Control',
      		},
      
      		{
      			module: "MMM-Remote-Control-Repository",
      		},
      

      More pictures:
      1.png
      2.png
      3.png

      posted in Show your Mirror
      S
      soldatino

    Latest posts made by soldatino

    • RE: MagicMirror not in fullscreen after PIR detection

      Hi @bugsounet
      Thank you for the tip.
      I had to do a bit of research first because the taskbar can no longer be hidden so easily in Bookworm.

      After that I only had a blue line on the side because of the background image, but I replaced this with a black one and now everything works perfectly.

      8f6d0d86-f60a-4c56-a208-77989790024f-image.png

      you are A magician ;-)

      posted in Troubleshooting
      S
      soldatino
    • MagicMirror not in fullscreen after PIR detection

      Hi all,

      I’m running MagicMirror on a Raspberry Pi 4. Display Samsung Smart Signage Display DB22D-T LED.

      I don’t start MagicMirror via PM2. It is started via webhook on my cell phone. This script executes the 2 commands:
      cd ~/MagicMirror && export ELECTRON_DISABLE_GPU=1
      cd ~/MagicMirror && DISPLAY=:0 npm start

      A PIR service is also running.
      If movement is detected, then sending the “on” command over HDMI-CEC:
      echo ‘on 0’ | cec-client -s -d 1

      After a certain time without movement, then sending the “standby” command over HDMI-CEC:
      echo ‘standby 0’ | cec-client -s -d 1

      If movement is detected again after that, the screen turns on, but MagicMirror runs in a window, i.e. not full screen, see image below.

      What am I doing wrong?

      IMG_1597.PNG

      posted in Troubleshooting
      S
      soldatino
    • RE: Chatgpt+google STT + elevenlabs api

      @sdmydbr9 thank you very much for your answer. With this test I can confirm that my microphone works.
      But unfortunately it doesn’t react as expected.

      Here are the logs:

      When I start MagicMirror I get the following error message:

      ERROR! Could not find main module js file for MMM-11-TTS
      

      And as soon as I run the shortcut, the GIF is displayed and nothing happens for 2 minutes.

      [17.03.2023 14:44.26.411] [LOG]   say something
      [17.03.2023 14:46.20.385] [LOG]   child process exited with code 0
      [17.03.2023 14:46.20.394] [LOG]   Transcript extracted: say something...
      [17.03.2023 14:46.20.401] [LOG]   Sent TRANSCRIPT_EXTRACTED notification
      [17.03.2023 14:46.20.405] [LOG]   Sent OPENAI_REQUEST notification
      

      Maybe it matters that my MagicMirror directory is /home/soldatino/MagicMirror/…and not /home/pi/MagicMirror/.
      But I changed my path in this file:

      /home/soldatino/MagicMirror/modules/MMM-Chat/transcript.py
      

      And in the config:

      			module: 'MMM-NotificationTrigger',
      			config: {
                                   .....
      			 exec: (payload) => `python3 /home/soldatino/MagicMirror/modules/MMM-11-TTS/main.py "${payload.message}"`
      

      Did I miss something?

      Thank you.
      Best, Marco

      posted in Showcase
      S
      soldatino
    • RE: Chatgpt+google STT + elevenlabs api

      @sdmydbr9 Wooooow…that looks super interesting

      I was able to install and setup everything…almost everything…I just have a problem with the microphone.
      I can use the terminal:
      To record
      arecord --format=S16_LE --rate=16000 --file-type=wav /home/xxx/Desktop/out.wav

      To Play
      aplay /home/xxx/Desktop/out.wav

      …all without problems.

      But in MagicMirror, after I invoke the iOS shortcut, the GIF comes up saying “say something” but it’s not responding.

      Which microphone are you using? Or what do I have to consider?

      Thank you for your valuable feedback.

      Best, Marco

      posted in Showcase
      S
      soldatino
    • RE: This my first MagicMirror aka Dashboard

      @croc_dad72 Thank you ;-)

      module: "MMM-MyCalendar"
      
      posted in Show your Mirror
      S
      soldatino
    • RE: This my first MagicMirror aka Dashboard

      @Beerstaff said in This my first MagicMirror aka Dashboard:

      Could a 12V rail handle it?

      The monitor and the Raspberry are connected separately. Maybe I’ll adjust something in the future ;-)

      posted in Show your Mirror
      S
      soldatino
    • This my first MagicMirror aka Dashboard

      Hi all,

      this is my Dashboard ;-)

      Front:
      IMG_6758.JPEG

      Rear:
      IMG_6759.JPEG

      IMG_6760.JPEG

      Monitor stand made out of lego by El-Kapibara - with only black parts:
      IMG_6548.JPEG
      See: MOC - Monitor Stand

      Monitor: Samsung 13" QBR Series Smart Signage Display.
      See: QB13R

      Modules:

      	modules: [
      
      		{
                  module: 'MMM-Carousel',
                  config: {
      				top_right: {enabled: true, ignoreModules: ['MMM-OpenWeatherMapForecast'], overrideTransitionInterval: 30000}
                  }
              },
      
      		{
                  module: 'MMM-auto-refresh',
              },
      
      		{
      			module: "alert",
      		},
      
      		{
      			module: "mmpm",
      		},
      		
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      
      		{
      			module: "newsfeed",
      			position: "top_bar",
      		},
      
      		{
      			module: "clock",
      			position: "top_left"
      		},
      
      		{
      			module: "MMM-MyCalendar",
              	        position: "top_left",
      		},
      
      		{
      			module: "MMM-OpenWeatherMapForecast",
      			position: "top_right",
      		},
      
      		{
      			module: 'MMM-SoccerLiveScore',
      			position: 'top_right',
      		},
      
      		{
      			module: "MMM-MyScoreboard",
      			position: "top_right",
      		},
      
      		{
      			module: 'MMM-Todoist',
      			position: 'bottom_left',
      		},
      
      		{
      			module: 'MMM-Sonos',
      			position: "bottom_left",
      		},
      
      		{
      			module: "MMM-pihole-stats",
      			position: "bottom_left",
      		},
      
      		{
      			module: 'mmm-systemtemperature',
      			position: 'bottom_left',
      		},
      
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      		},
      
      		{
      			module: 'MMM-Remote-Control',
      		},
      
      		{
      			module: "MMM-Remote-Control-Repository",
      		},
      

      More pictures:
      1.png
      2.png
      3.png

      posted in Show your Mirror
      S
      soldatino