I have changed all the line weights to bright with the exception on the modules headers, top of Calender with line under it, and top of weather forecast with line under it. I cant seem to find any where to change these. Can anyone point me in the right direction?

Read the statement by Michael Teeuw here.
Posts
-
One more change hopefully
-
New ticker?
Is there a news ticker module that works ? The New York Times and google RSS feeds only give headlines.
-
I messed up
reloaded sd card, loaded MM, and clicked to use auto start during set up, now I cant get to pi gui to make any changes, it just starts mm full screen. How do I change it so I start it if i cant get behind it? only vnc is set on.
-
Alexa KittAi
When I try to start the wake word I get this. Is there a way to reload or check the install of kitt_ai. Alexa works when using the onscreen button otherwise.
pi@raspberrypi:~ $ cd ~/Desktop/alexa-avs-sample-app/samples
pi@raspberrypi:~/Desktop/alexa-avs-sample-app/samples $ cd wakeWordAgent/src && ./wakeWordAgent -e kitt_aiINFO:main: Starting Wake Word Agent
INFO:WakeWordAgent: State set to IDLE(2)
ALSA lib pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib confmisc.c:1281:(snd_func_refer) Unable to find definition ‘defaults.bluealsa.device’
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4996:(snd_config_expand) Args evaluate error: No such file or directory
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM bluealsa
ALSA lib confmisc.c:1281:(snd_func_refer) Unable to find definition ‘defaults.bluealsa.device’
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4996:(snd_config_expand) Args evaluate error: No such file or directory
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM bluealsa
ALSA lib pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave
Expression ‘paInvalidSampleRate’ failed in ‘src/hostapi/alsa/pa_linux_alsa.c’, line: 2043
Expression ‘PaAlsaStreamComponent_InitialConfigure( &self->capture, inParams, self->primeBuffers, hwParamsCapture, &realSr )’ failed in ‘src/hostapi/alsa/pa_linux_alsa.c’, line: 2714
Expression ‘PaAlsaStream_Configure( stream, inputParameters, outputParameters, sampleRate, framesPerBuffer, &inputLatency, &outputLatency, &hostBufferSizeMode )’ failed in ‘src/hostapi/alsa/pa_linux_alsa.c’, line: 2838
ERROR:Failed to open PortAudio stream.Invalid sample rate
ERROR:KittAiSnowboyWakeWordEngine: Initialization error:Failed to open PortAudio stream.
ERROR:WakeWordAgent: exception in constructor: Failed to open PortAudio stream.
ERROR:main: Exception happened: Failed to open PortAudio stream.
INFO:Shutting down Wake Word Agent
pi@raspberrypi:~/Desktop/alexa-avs-sample-app/samples/wakeWordAgent/src $ -
RE: Font Help Info
@doubleT Not on mine. I tried just refreshing the browser, then tried shutting down the browser and the txt box, opening another txt box and running MM. did nothing. Had to reboot the Pi, then run MM, and it will run. im running a pi2b. with 2.4ghz wifi. and use VNC to control. Might be different if I was local on the pi.
-
Margin Adjust
Is there a way to change the right and left margin size, I have about an inch and half on either side.
-
Font Help Info
Im no coder or programmer, So I have been poking around in the code to see if I can make the mirror more readable, I have found that in the config.js and module js files there is some font settings. They say “small dimmed”, medium bright" and so forth. if you play around with these you can make the font bigger or smaller or brighter in each module.
A bit of warning, change one at a time. If you change something in config.js you need to reboot the Pi, if your change something in the module js then you just need to refresh the browser to see the new look.
Sometimes I have made a change and when I reboot, it comes to a point that it does a system check, dont get scared, let it happen, it will come to “Press Enter to Continue”. It will continue to load to the GUI. Then you can go back to that file and change back what you did.
There is also a fade setting I found, I think it was in the config.js, that changes the calender list to all one level of brightness, instead of the fade toward the bottom of the list.
My time and degree numbers are all set to “large bright” now so that I can see them further away. also the News Feed. Im running a 24" screen. So if you got something bigger then you may not need to set anything to large. You can just go with medium.
Good Luck -
RE: config setup
OK i retried it with all the ’ replaced with ", still nothing. When i restart it after saving the config, it startes with a disk chk, then continues. When I replaced with the ", it restarts, but when I try to run node serveronly, it says syntax error.
-
config setup
In the weather sections there is " on each end of the comment, but when I added the traffic modules there is ’ on each end, Now I get a syntax error message when I try to start magicmirror. Should the traffic modules be changed to " on each end? I copied everything from the modules page.
},
{
module: “currentweather”,
position: “top_right”,
config: {
location: “Lompoc, US”,
locationID: “”, //ID from http://www.openweathermap.org/help/city_list.txt
appid: “6ed9d867d3ba972c013edecdef1e685a”
}
},
{
module: “weatherforecast”,
position: “top_right”,
header: “Weather Forecast”,
config: {
location: “Lompoc, US”,
locationID: “”, //ID from http://www.openweathermap.org/help/city_list.txt
appid: “6ed9d867d3ba972c013edecdef1e685a”
}
},
{
module: ‘MMM-GoogleMapsTraffic’,
position: ‘top_left’,
config: {
key: ‘AIzaSyBO???4Z_gDUSKUEfLKep0E’,
lat: 3?.??436614,
lng: -1??.???13961,
height: ‘300px’,
width: ‘300px’
}
}
]
},
{
module: ‘MMM-Traffic’,
position: ‘middle_center’,
classes: ‘bright medium’, //optional, default is ‘bright medium’, only applies to commute info not route_name
config: {
api_key: ‘AIzaSyD-WlWr2VySiCj6OnZnVPCAMw5r1qdTBvM’,
mode: ‘driving’,
origin: ‘???’,
destination: ‘???’,
mon_destination: ‘???’,
fri_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
showWeekend: false,
allTime: false
}
},