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

    shashank

    @shashank

    11
    Reputation
    2.8k
    Profile views
    89
    Posts
    2
    Followers
    12
    Following
    Joined
    Last Online

    shashank Unfollow Follow

    Best posts made by shashank

    • RE: Stop AutoStart MagicMirror

      @plybz18 Hi, Using sudo nano mm.sh and then add # infront of DISPLAY=:0 npm start, this will skip auto restart

      posted in Troubleshooting
      S
      shashank
    • RE: MagicMirror is voted number 1 in the MagPi Top 50!

      @Mitchfarino congrats to all contributors for this success

      posted in Announcements
      S
      shashank
    • RE: MMM-NetworkScanner

      @ianperrin Thanks this module working great, now my MM inside the house can display once my car reaches Basement Parking as shown in the screenshot

      0_1474644592388_upload-270e49b3-7399-421e-aa65-71a81d30c01a

      posted in Utilities
      S
      shashank
    • RE: Where are you from?

      @cowboysdude I am from India-Bangalore, Working in Singapore

      posted in General Discussion
      S
      shashank
    • RE: MMM-ip

      @strawberry-3.141 Thanks a lot it’s working great
      0_1474209766039_upload-651af0b0-ae3b-4000-99c0-254258c6618e

      posted in System
      S
      shashank
    • RE: Internet Monitor

      @ronny3050 Module works great!, can the display speed graph resize

      posted in Utilities
      S
      shashank
    • RE: VoiceControl module

      @thereisnotry87 hi, no need to mention voicecontrol commands in config.js file, just mention only as below , make sure you have installed

      sudo apt-get install python-pyaudio python3-pyaudio sox
      

      and
      copy all pmdl files in MM root folder

      {
      module: 'voicecontrol',
      	    position: 'top_left',
      	config: {
                  }
      },
      

      go to /usr/share/alsa/alsa.conf and change 0 to 1 in below parameters

      defaults.ctl.card 1
      defaults.pcm.card 1,
      

      this worked for me.

      posted in Utilities
      S
      shashank

    Latest posts made by shashank

    • RE: MMM-uber and MMM-lyft

      @kal Singapore

      posted in Transport
      S
      shashank
    • RE: MMM-uber and MMM-lyft

      @kal hi, Earlier i had issues using POOL, mention ride_type: ‘uberPOOL’ , now working fine

      posted in Transport
      S
      shashank
    • RE: Stop AutoStart MagicMirror

      @plybz18 Hi, Using sudo nano mm.sh and then add # infront of DISPLAY=:0 npm start, this will skip auto restart

      posted in Troubleshooting
      S
      shashank
    • RE: Using P1s camera connected to the board

      Hi, Try using MMM-Motioneye module

      posted in Requests
      S
      shashank
    • RE: Background image affected by Margins

      hi, use MMM-Profilepicture module, it will show full screen picture
      {
      module: “MMM-Profilepicture”,
      position: “fullscreen_below”,
      classes: “default everyone”,
      config: {
      // See below for configurable options
      url: “http://192.168.0.107:8080/MMM-Imagesphotos/photo/1.jpg”
      }
      },

      posted in Development
      S
      shashank
    • RE: Access MagicMirror with HTTP?

      hi, Try to include your local IP subnet in the config file
      var config = {
      port: 8080,
      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.0.1/24”, “192.168.0.1/24”],

      posted in Troubleshooting
      S
      shashank
    • RE: Access MagicMirror with HTTP?

      Hi,
      you can access Mirror in internal network using http://192.168.x.x:8080/ and use free no-ip DDNS register your raspberry pi IP with domain name and port forward in your router

      posted in Troubleshooting
      S
      shashank
    • RE: Alexa module

      Hi, Install Alexapi ( https://github.com/alexa-pi/AlexaPi) . while installing Alexapi choose magicmirror as OS and then add MMM-Alexa , works fine installed and tested

      posted in Troubleshooting
      S
      shashank
    • MMM-ProfileSwitcher Module

      Hi ,

      How can i change profiles ( MMM-ProfileSwitcher Modules ) using Remote control module

      posted in Utilities
      S
      shashank
    • RE: Fridge-mounted display

      @tshort hi, how to run kitchen timer on non-touch screen

      posted in Show your Mirror
      S
      shashank