• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. shashank
  3. Posts
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

Posts

Recent Best Controversial
  • RE: MMM-uber and MMM-lyft

    @kal Singapore

    posted in Transport
    S
    shashank
    Sep 13, 2017, 4:52 AM
  • 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
    Sep 12, 2017, 3:53 PM
  • 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
    Sep 12, 2017, 10:48 AM
  • RE: Using P1s camera connected to the board

    Hi, Try using MMM-Motioneye module

    posted in Requests
    S
    shashank
    Sep 6, 2017, 6:57 AM
  • 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
    Sep 3, 2017, 1:18 PM
  • 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
    Sep 2, 2017, 4:55 AM
  • 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
    Sep 1, 2017, 3:01 PM
  • 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
    Aug 23, 2017, 4:41 AM
  • MMM-ProfileSwitcher Module

    Hi ,

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

    posted in Utilities
    S
    shashank
    Aug 8, 2017, 5:09 PM
  • RE: Fridge-mounted display

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

    posted in Show your Mirror
    S
    shashank
    Jul 16, 2017, 3:48 AM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 8
  • 9
  • 1 / 9
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy