Ctrl W
That’s it.
@strawberry-3.141 said in Sound cards of different Pi models:
To optimise one of my modules, I would like to ask you guys to type cat /proc/asound/cards in your console and provide the output together with your raspberry pi module and what kind of microphone you’re using
Raspberry Pi 3 / USB Microphone
No modules running now, Jbl Go with Bluetooth on a pi3.
0 [ALSA ]: bcm2835 - bcm2835 ALSA bcm2835 ALSA
Fixed from a backup. I really need to learn how to code.
I have been trying to work out what’s wrong with this dev build.
/* Magic Mirror Config Sample
*
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*/
var config = {
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
language: 'en',
timeFormat: 24,
units: 'metric',
modules: [
{
module: 'alert',
},
{
module: "updatenotification",
position: "top_bar"
},
{
module: 'clock',
position: 'top_left'
},
{
module: 'calendar',
header: 'US Holidays',
position: 'top_left',
config: {
calendars: [
{
symbol: 'calendar-check-o ',
url: '-------s'
}
]
}
},
{
module: 'MMM-Traffic',
position: 'top_center',
classes: 'dimmed medium', //optional, default is 'bright medium', only applies to commute info not route_name
config: {
api_key: '---',
mode: 'driving',
origin: '------',
destination: '-----',
arrival_time: '0800', //optional, but needs to be in 24 hour time if used.
route_name: 'Home to Work',
changeColor: true,
showGreen: false,
limitYellow: 5, //Greater than 5% of journey time due to traffic
limitRed: 20, //Greater than 20% of journey time due to traffic
traffic_model: 'pessimistic',
interval: 120000 //2 minutes
},
},
{
module: 'currentweather',
position: 'top_right',
config: {
location: 'New York',
locationID: '', //ID from http://www.openweathermap.org
appid: '-----'
}
},
{
module: 'weatherforecast',
position: 'top_right',
header: 'Weather Forecast',
config: {
location: 'New York',
locationID: '5128581', //ID from http://www.openweathermap.org
appid: '----'
}
},
{
module: 'MMM-SystemStats',
position: 'bottom_left', // This can be any of the regions.
classes: 'small dimmed', // Add your own styling. Optional.
config: {
updateInterval: 10000,
animationSpeed: 0,
//header: 'System Stats', // This is optional
},
],
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== 'undefined') {module.exports = config;}
@rvdgeer said in Halloween mirror ghouls anyone?:
Note from admin: Please use Markdown on code snippets for easier reading!
Markdown is not available from my Android smartphone. I don’t have the correct character available…
And it’s a little too much to ask, to look-up the character on the web, so I can copy it…
Markdown forms an Android phone
I haven’t found a World clock Module in the 3rd party on the wiki.
I have some layout Ideas like Up, down, (Top / Bottom), or Left to Right.
@slickric said in Two-way mirror suppliers - Australia!:
Hi Guys! I’m absolutely sold on this idea and can’t wait to get into it. Is anyone on this site from Australia and if so, where do you source your glass/acrylic? I for the life of me haven’t been able to find anything that isn’t reflective film that you can buy from bunnings but is hardly up for this task
I’m from Australia. But I haven’t been looking for suppliers for a mirror stuff.
As masters going belly up as of late.. I haven’t at looked what they have.
@dinkybluebug245 said in Calendar times in 24 hour format?:
@jtyle6 Mine is already showing timeformat as 24, which shows the clock in 24 hour format. But calendar items are still showing 12 hour format with AM/PM
ah, whoops sorry miss read the Topic.
@strawberry-3.141 said in Sound cards of different Pi models:
To optimise one of my modules, I would like to ask you guys to type cat /proc/asound/cards in your console and provide the output together with your raspberry pi module and what kind of microphone you’re using
Raspberry Pi 3 / USB Microphone
No modules running now, Jbl Go with Bluetooth on a pi3.
0 [ALSA ]: bcm2835 - bcm2835 ALSA bcm2835 ALSA
Change the timeFormat:
in the config.js file in config folder so looks like this.
/* Magic Mirror Config
*
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*/
var config = {
port: 8080,
language: 'en',
timeFormat: 12,
units: 'metric',
Note: I Have only copied top half of mine.
@bubbax666 All of the raspberry pi’s don’t have an RTC (Real Time Clock) on them.