MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. soldatino
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 1
    • Controversial 0
    • Groups 0

    soldatino

    @soldatino

    5
    Reputation
    70
    Profile views
    5
    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: 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