@AAPS hi, if your are using Raspberry pi, you can change the Timezone using raspi-config from terminal
Read the statement by Michael Teeuw here.
Posts
-
RE: HUGE FLAW IN MY PLAN
-
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
-
RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
@tosti007 hi, after git pull, module working great, Thanks for your quick response , keep rocking…
-
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" }, ] -
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,
}
}, -
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
-
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.
-
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!
-
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.
-
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
-
RE: MM-Navbar - Navigation Bar for Touchscreens to hide/show modules
@in_a_days hi, can you please share the code
-
RE: Independent display controller based on PIR sensor.
@bibi hi can anyone help me with screenshots the file path where to enter the below commands to start it at boot time
cp ./pir_sensor.service /lib/systemd/system
systemctl daemon-reload
systemctl start pir_sensor.service
-
RE: MMM-Admin-Interface
@broberg Thanks for suggesting the Nav bar, i installed the module working great
-
RE: MM-Navbar - Navigation Bar for Touchscreens to hide/show modules
@chrisyy hi, i installed this module works great, how can i toggle between 2 same modules, example MMM-mails i need to toggle emails between gmail and hotmail , gmail to show hotmail to hide and vice versa
-
RE: MMM-Admin-Interface
@ItayXD Hi, I installed the module works great, can you help me in creating module to hide and unhide each module on a touch screen.
-
Single Microphone for 2 modules
Hi Team, how can i use a Single Microphone in 2 modules, i am using Camera module for Selfies and wanted to use Voice module as well with same USB Camera Microphone
-
RE: VoiceControl module
@Jeff hi, i wanted to share my Mirror with Family for individual Email on MM, can it be possible to use voice and access individual emails, making the previous person email hide and show the other member email
-
RE: MMM-MotionEye - surveillance video stream on your mirror!
@chrisfoerg , with localhost in chromium i can view the image, in MM it is blank with localhost instead of IP
-
RE: MMM-MotionEye - surveillance video stream on your mirror!
@chrisfoerg hi i tried installing successfully using below wiki url, i am able to view camera on motioneye software, on Magic Mirror camera is blank, i tried with both url and web hock
https://github.com/ccrisan/motioneye/wiki/Install-On-Raspbian
{
module: ‘MMM-MotionEye’,
position: ‘top_right’,
config: {
url: “http://192.168.1.6:8081/motioneye”,
width: “400px”,
autoHide: true,
autoHideDelay: 60000,
debug: false
}
},and also tried this
{
module: ‘MMM-MotionEye’,
position: ‘top_left’,
config: {
url: “http://192.168.1.6:8081”,
width: “400px”,
autoHide: false,
autoHideDelay: 60000,
debug: false
}
},Thanks
shashank -
RE: MMM-MotionEye - surveillance video stream on your mirror!
@Cato Hi, i could not able to find the instructions to install MotionEye on raspberry Pi 3 jessie/pixel , could you please help me with instruction guide or any url reference which worked for you.
Thanks
Shashank