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

    Posts

    Recent Best Controversial
    • MagicMirror and GassistPi

      MagicMirror and GassistPi are two very cool project that can run on the same Rpi3.Gassistpi is the cooler google assistant project out there,no one has so many features available.I am gonna post it to the GassistPi chat too if someone with the right knowledge can make a MagicMirror module for visual presentation of Gassistpi .I thing this will be the cooler features of all.There are several MM modules for voice control but in my opinion Gassist running outside of MM is way better.

      posted in Requests
      C
      costascontis
    • RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!

      isnt updateinterval in ms?cause if it is then 60000 ms = 1min…

      posted in Utilities
      C
      costascontis
    • RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!

      thnx for your hard work ,i really like this module,but its not updating right.When i restart MM works fine for few hours and then stops updating.My token is working fine ,i use it also to my Openhab setup .Also my other modules are all updating fine.My config is :

      {
                             module: "mmm-nest-status",
                             position: "top_center", // pick whichever position you want
                             config: {
                                     token: "c.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
                                     displayType: "grid",
                                     displayMode: "all",
                                     thermostatsToShow: "all",
                                     updateInterval: "60000",
                                     showNames: true,
                                     thermostatSize: "medium",
                                     // ... and whatever else configuration options you want to use
                                     }
      
      posted in Utilities
      C
      costascontis
    • RE: Google Assistant - which one to use!

      tried both of them but at least for me none is stable.After some hours they crash and mm needs restart.Instead i use Gassistpi project outside MM (installed at the same Rpi) and its working fine plus its has many extra features .It only lucks the visual at MM.

      posted in Troubleshooting
      C
      costascontis
    • RE: module for mm background

      if it could automatically change it will be good …

      posted in Requests
      C
      costascontis
    • module for mm background

      i wonder what are my options if i want to add a background to my mm.The only a know is weatherbackground.Are there other modules for this job?

      posted in Requests
      C
      costascontis
    • RE: MMM-NOAA - Another Weather Module

      openweather is your problems ,ditch that api and create a free new one at darksky provider.Dont forget to Put your Lat and Long at config.

      posted in System
      C
      costascontis
    • RE: MMM-NOAA3

      AQI is not working for my area ,can i remove it ?

      posted in Custom CSS
      C
      costascontis
    • RE: MMM-AssistantMk2

      yes i understand,i just think that is a MMM-AssistantMk2 's problem because when i trigger MMM-Hotword it makes a ding sound to show that its listening and that sound i can always hear it so hdmi is awake ,then i make a request to MMM-AssistantMk2 and when it answers i cant hear the first word or the first letters of it anyway…

      posted in System
      C
      costascontis
    • RE: MMM-AssistantMk2

      @sean it is very annoying not to listen the first word or missing the half of it,do you have an idea to keep hdmi on all the time?
      edit: if i use the .asoundrc file of my other gassistant i have no delay but the voice is choppy.

      pcm.dsnooper {
          type dsnoop
          ipc_key 816357492
          ipc_key_add_uid 0
          ipc_perm 0666
          slave {
              pcm "hw:1,0"
              channels 1
          }
      }
      
      pcm.!default {
              type asym
              playback.pcm {
                      type plug
                      slave.pcm "hw:0,1"
              }
              capture.pcm {
                      type plug
                      slave.pcm "dsnooper"
              }
      }
      

      if i use the default .asoundrc the voice is clear but with a start delay

      pcm.!default {
      	type hw
      	card 0
      }
      
      ctl.!default {
      	type hw
      	card 0
      }
      

      with the first .asoundrc delayless file all other sounds at the Rpi are playback just fine ,only the MMM-AssistantMk2 voice is grainy and choppy… : (

      posted in System
      C
      costascontis
    • RE: MMM-AssistantMk2

      @Sean at last got MMM-AssistantMk2 up and running with MMM-Hotword.I have only one little problem,when i ask something i lose the first word of the answer.It is like hdmi sound channel is down and needs 1 sec to wake so i cant hear the first word of the answer.I add to /boot/config.txt the line “force_hdmi_open=1” but didnt help.At my standalone raspberry google assistant installation i had the same problem and this line solved it,but not here…

      posted in System
      C
      costascontis
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      i think using this module from develop branch it work decent with vlc but…it is breaking other modules and features and freezing mm from time to time.My backup from pre installing develop branch is working for weeks without a glitch.After installing the module and viewing just one stream ,its a matter of a few hours that something will stuck or mm freeze.I think that upgrading electron and using opengl is not ready for MM yet.

      posted in Utilities
      C
      costascontis
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      i try to use develop branch module with vlc and it works fine but one thing.It crashes after an hour or so ,my Gassist (google assistant) that is running at the same pi.My noobish explanation is that vlc module is taking over mic after some time .If i turn off (comment at config.js) the module ,everything work fine for days.

      posted in Utilities
      C
      costascontis
    • RE: vlc on top magicmirror?

      yes i have,for some reason MMM-RTSPSTREAM with vlc is crashing my Gassist running at the same pi.If i run only vlc separately from mm everything is running nice.

      posted in Troubleshooting
      C
      costascontis
    • vlc on top magicmirror?

      can i display vlc on top magicmirror?I need to display a video stream from a ip camera using vlc ,having mm to the background.I tried to use MMM-RTSPSTREAM module develop branch its working but its still unstable.So i want to use a vlc window on top mm.I checked "always on top " at vlc but mm cover it anyway.

      posted in Troubleshooting
      C
      costascontis
    • abnormal cpu usage.

      after i rebuild my MM the cpu usage was 20 to max 30 % and ofcource the heat was very low.After a week or so ,without changing anything,the cpu usage went up to 60-65%.I did a reboot and a complete shutdown but nothing changed.With cpu usage around 65% the cpu temp is 65 to 68 C.What is wrong?Iam monitoring cpu stats with the Tools module.

      posted in Troubleshooting
      C
      costascontis
    • RE: 2nd Calendar won't display

      share a screenshot. It is only display the first one or none?

      posted in Troubleshooting
      C
      costascontis
    • RE: screen background

      the only module that i had using targetDOM: “fullscreen.below”,was eouia 's MMM-WeatherBackground ,but i deleted it to use MMM-WeatherBackground by cowboysdude to use it with MMM-NOAA3.I deleted eouia 's MMM-WeatherBackground directory and config from my config.js and then installed MMM-WeatherBackground by cowboysdude.

      posted in Troubleshooting
      C
      costascontis
    • screen background

      hi.i use MMM-NOAA3 and MMM-WeatherBackground by @cowboysdude and in front of the nice wallpapers i have a grey/shadow thing that cover nearly all my screen and its even not allign well as you can see at my pic.I want to get rid of it .How can i do that?
      0_1547293122898_magicmirror.png

      posted in Troubleshooting
      C
      costascontis
    • RE: MMM-NOAA - Another Weather Module

      0_1547280437212_magicmirror.png

      my api seems to have some calls but maybe Aqi not sending the right data?
      0_1547280907136_Screenshot (8).png

      posted in System
      C
      costascontis
    • 1 / 1