• 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-TouchNavigation, A Touch Activated Profile/Layout Changer

    @Snille hi, i could not able to get pictures on the MM, below is my config and i completely deleted TouchNavigation.css contents and pasted your Custom.css contents

    {
                module: "MMM-TouchNavigation",
                position: 'bottom_left',
    	        classes: "default everyone",
                config: {
    				picturePlacement: "right",
    			    minWidth: "40px",
    		        direction: "column",
    		buttons: {
    				"Sun": {
    				img: "/home/pi/MagicMirror/Sun.png", 
    				width: 60,
    				height: 60
    			},
    			"Moon": {
    				img: "/home/pi/MagicMirror/Moon.png", 
    				width: 60,
    				height: 60
    			},
    			}
    			}
    		},
    

    0_1485139242710_upload-29e5e55f-31ad-44ba-97a9-681a1f2f82b9

    posted in Utilities
    S
    shashank
    Jan 23, 2017, 2:42 AM
  • RE: [MMM-PIR-Sensor] Install failing

    @nemesismega i am getting this error while install the PIR module, all other modules working fine

    0_1485096342421_upload-2c90fe4e-9f32-4034-87e5-22eb559a82f2

    posted in Troubleshooting
    S
    shashank
    Jan 22, 2017, 2:57 PM
  • RE: MMM-repeating-schedule

    @nimasmi hi i tried , still not working no content display on MM, other modules are working fine

    var weekOne = ['Jacket Potato with cheese or Tuna Mayonnaise'];
     var weekTwo = ['Ham & Cheese Pizza'];
     var weekThree = ['Pepperoni Pizza'];
      var config = {
    	port: 8080,
    
    {
    			module: 'MMM-repeating-schedule',
    			position: 'bottom_right',
    			config: {
    			headerText: 'School meals',
    			dates: {
    			'2017-01-22': weekOne,
    			'2017-01-29': weekTwo,
    			'2017-02-05': weekThree,
    		}
    	}
    },
    	{
    			module: 'MMM-repeating-schedule',
    			position: 'bottom_left',
    			config: {
    			headerText: 'Work Lunch',
    			dates: {
    			'2017-01-22': ['sandwich'],
    			'2017-01-23': ['toast'],
    			'2017-01-24': ['fish'],
    		}
    		}
    	},
    
    posted in Utilities
    S
    shashank
    Jan 22, 2017, 12:12 PM
  • RE: MMM-Todoist - Your todoist tasks on your mirror

    @dinkybluebug245 hi i added this module , when i add a item with Alexa voice , it gets added to inbox i could not able to get lists: [ 1234567890 ] number from the url
    0_1485081729902_upload-88d37e27-8aef-4d99-b321-07b2922e3c9d

    posted in Productivity
    S
    shashank
    Jan 22, 2017, 10:43 AM
  • RE: MMM-repeating-schedule

    @strawberry-3.141 i am trying both of this modules , MM not starting

    {
            module: 'MMM-repeating-schedule',
            position: 'top_right',
    		config: {
                headerText: 'School meals',
                dates: {
                    '2017-01-20': weekOne,
                    '2017-01-27': weekTwo,
                    '2017-01-28': weekThree,
                     }
            }
        },
    	{
            module: 'MMM-repeating-schedule',
            position: 'top_right',
            config: {
                headerText: 'Work lunches',
                dates: {
                    '2016-09-12': ['sandwich', 'rice', 'beans', 'soup', 'pizza'],
                    '2016-09-19': ['toast', 'omelette', 'leftovers*', 'wraps', 'hot pot'],
                    '2016-09-26': ['fish', 'barbecue', 'potato', 'pie', 'curry'],
                }
            }
        },
    
    posted in Utilities
    S
    shashank
    Jan 21, 2017, 3:02 PM
  • RE: MMM-repeating-schedule

    @strawberry-3.141 i tried , MM not starting

    var weekOne = [‘sandwich’, ‘rice’, ‘beans’, ‘soup’, ‘pizza’];
    var weekTwo = [‘toast’, ‘omelette’, ‘leftovers’, ‘wraps’, ‘hot pot’];
    var weekThree = [‘fish’, ‘barbecue’, ‘potato’, ‘pie’, ‘curry’];
     
    var config = {
    	port: 8080,
    	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.1.0/24" , "::ffff:192.168.1.0/24"],
    
    posted in Utilities
    S
    shashank
    Jan 21, 2017, 3:00 PM
  • RE: MMM-repeating-schedule

    @strawberry-3.141 is it like this

    modules: [
        {
            module: 'MMM-repeating-schedule',
            position: 'top_right',
    		config: {
    		var weekOne = ['sandwich', 'rice', 'beans', 'soup', 'pizza']
    		var weekTwo = ['toast', 'omelette', 'leftovers', 'wraps', 'hot pot']
    		var weekThree = ['fish', 'barbecue', 'potato', 'pie', 'curry']
                headerText: 'School meals',
                dates: {
                    '2017-01-20': weekOne,
                    '2017-01-27': weekTwo,
                    '2017-01-28': weekThree,
                    
                }
            }
        },
    
    posted in Utilities
    S
    shashank
    Jan 21, 2017, 2:26 PM
  • RE: MMM-repeating-schedule

    @nimasmi hi i could not able to get this Module working i wanted to use this for my Sons school menu , help me to share your config file , where to enter the below Var function

    var weekOne = ['sandwich', 'rice', 'beans', 'soup', 'pizza']
    var weekTwo = ['toast', 'omelette', 'leftovers', 'wraps', 'hot pot']
    var weekThree = ['fish', 'barbecue', 'potato', 'pie', 'curry']
    
    posted in Utilities
    S
    shashank
    Jan 21, 2017, 3:38 AM
  • RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer

    @tosti007 hi, other modules are ovelapping on to Touch Profile , how to move touch profile icons to extreme bottom or top

    posted in Utilities
    S
    shashank
    Jan 20, 2017, 1:56 AM
  • RE: MagicMirror not Mirror

    @PointPubMedia Even i am using Vera Edge for my Home automation, i wanted use remotecontrol module of MM using Virtual switch or Scene from Vera to restart , monitor OFF, Monitor ON at predefined time using Scenes. Can you help me in this how to use luup code below triggers .
    http://192.168.1.2:8080/remote?action=REBOOT
    http://192.168.1.2:8080/remote?action=SHUTDOWN
    http://192.168.1.2:8080/remote?action=MONITORON
    http://192.168.1.2:8080/remote?action=MONITOROFF

    posted in Show your Mirror
    S
    shashank
    Jan 19, 2017, 3:41 AM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 4 / 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