• 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: HUGE FLAW IN MY PLAN

    @AAPS hi, if your are using Raspberry pi, you can change the Timezone using raspi-config from terminal

    posted in Troubleshooting
    S
    shashank
    Jan 19, 2017, 3:29 AM
  • RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer

    @tosti007 , Any possibility of using JPG photos of users instead of symbols in the TouchNavigation module, this will give a good interaction with the mirror

    posted in Utilities
    S
    shashank
    Jan 18, 2017, 4:57 AM
  • RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer

    @tosti007 hi, after git pull, module working great, Thanks for your quick response , keep rocking…

    posted in Utilities
    S
    shashank
    Jan 18, 2017, 1:33 AM
  • RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer

    @tosti007 This is my config.js

    modules: [
    { module: ‘alert’,},

    	{ module: "updatenotification", position: "top_bar" },	
    	
    	{
            module: "MMM-ProfileSwitcher",
    		config: {
    			includeEveryoneToDefault: true,
    		}
        },
        {
            module: "MMM-TouchNavigation",
            position: "bottom_center",
            classes: "default everyone",
            config: {
                buttons: {
                    "default": {
                        symbol: "ban"
                    },
                    "Brian": {
                        text: " Brian",
                        symbol: "paper-plane"
                    },
                    "Lisa": {
                        text: "Lisa"
                    }
                }
            }
        },
        {
            module: "clock",
            classes: "everyone",
            position: "top_left"
        },
        {
            module: "clock",
            classes: "default",
            position: "middle_center",
            config: {
                analogShowDate: false,
                displayType: "analog"
            }
        },
        {
            module: "helloworld",
            classes: "Lisa",
            position: "lower_third"
        },
        {
            module: "helloworld",
            position: "top_right",
            classes: "Brian"
        },
    
    	
    	]
    
    posted in Utilities
    S
    shashank
    Jan 17, 2017, 12:11 PM
  • RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer

    @tosti007 hi, i tried this example classes names are displayed with Analog and Digital clock , but not able to do profiile switching between Brain and lisa
    {
    module: “MMM-ProfileSwitcher”,
    config: {
    includeEveryoneToDefault: true,
    }
    },

    posted in Utilities
    S
    shashank
    Jan 17, 2017, 12:03 PM
  • RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer

    @tosti007 I could not get this working, can you please give an example code for both profileSwitcher and touch Navigation with few modules , Thanks

    posted in Utilities
    S
    shashank
    Jan 17, 2017, 8:45 AM
  • RE: MM-Navbar - Navigation Bar for Touchscreens to hide/show modules

    @tosti007 hi, i tested using var exceptClasses as mentioned by you, it works perfectly as required for me. Thanks a lot for your suggestion.

    posted in System
    S
    shashank
    Jan 17, 2017, 5:44 AM
  • RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer

    @tosti007 Hi, below is my config of touchnavigation, nothing gets displayed on the MM, please show the config steps on both classes ( everyone and user1)

    {
      module: 'MMM-TouchNavigation',
        config: {
          buttons: {
            'default everyone': { 
              text: 'text',
              symbol: 'ban'
            }
          }		          
        }
    },
    

    Note from admin: Please use Markdown on code snippets for easier reading!

    posted in Utilities
    S
    shashank
    Jan 16, 2017, 4:01 PM
  • RE: MM-Navbar - Navigation Bar for Touchscreens to hide/show modules

    @in_a_days Hi, My requirement is i need to show clock, weather and Calendar by default and all other modules should be hide.

    posted in System
    S
    shashank
    Jan 16, 2017, 5:05 AM
  • RE: MM-Navbar - Navigation Bar for Touchscreens to hide/show modules

    @in_a_days hi, how can i change code to show more modules apart from clock, i need weather and calendar to show as default

    posted in System
    S
    shashank
    Jan 15, 2017, 2:56 PM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 5 / 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