Hi Sam,
Thanks. So if not absolute, is there a way to display those headers at the same location on every page of the screen? Or is that what is meant by absolute?
Foreground - Not hidden, stays on top and visible.
Hi Sam,
Thanks. So if not absolute, is there a way to display those headers at the same location on every page of the screen? Or is that what is meant by absolute?
Foreground - Not hidden, stays on top and visible.
It is heasers. Say in clock module, I place date and time at different locations. I want their placement to be absolute and should always stay in foreground. Thanks.
Hi,
Currently I adjust the location of Titles etc… using classes in custom.css using left-margin, …
This means that they can move depending on page content.
Is it possible to specify absolute location using X and Y coordinates in pixels? Say for a 1920x1080p screen? Also, how can I make sure that they will always remain in foreground?
Thanks.
Thanks. If I had the skills I certainly will endeavor to do so. So for now may not be able to use Voice after all.
What would be another way to see future months in the Calendar when it is set as a display, say on the wall? Using mouse? Thanks.
Thanks. But clearly something is outdated? Snippets of error messages below. Does not install. Is it simply old version or something can be done to salvage or anu other alternative? Thanks.
://eslint.org/version-support for other options.
npm error code 1
npm error path /home/sankum/MagicMirror/modules/node-speaker/node_modules/speaker
npm error command failed
npm error command sh -c node-gyp rebuild
npm error make: Entering directory ‘/home/sankum/MagicMirror/modules/node-speaker/node_modules/speaker/build’
npm error CC(target) Release/obj.target/output/deps/mpg123/src/output/alsa.o
npm error make: Leaving directory ‘/home/sankum/MagicMirror/modules/node-speaker/node_modules/speaker/build’
npm error gyp info it worked if it ends with ok
npm error gyp info using node-gyp@11.0.0
npm error gyp info using node@22.16.0 | linux | arm64
…
Hi Sam,
Following is the source:
sankum@rpi:~/MagicMirror/modules/MMM-GoogleAssistant $ git remote -v
origin https://github.com/jeffmur/MMM-GoogleAssistant.git (fetch)
origin https://github.com/jeffmur/MMM-GoogleAssistant.git (push)
sankum@rpi:~/MagicMirror/modules/MMM-GoogleAssistant $
Hi Sam,
I clones a MMM-GoogleAssistant. When I run it it complains about speaker module not found:
[ERROR] Error when loading MMM-GoogleAssistant: Cannot find module ‘speaker’
Require stack:
Is there something missing or I need to install something else? Thanks.
Thanks for your feedback. Looking forward to your Touchscreen module demo.!
I have been looking into MMM-Jarvis-Voice-Control. Have installed it but not gotten it to work. The documentation for installation and plugins is not great.
Anybody else had experience with this module? Is it worth pursuing to make it work?
Thanks
Hello,
Any recommendations for MMM modules that support voice control and touchscreen functionality?
With voice control, want to be able to see future months in the calendar. Same with touchscreen and possibly local zoom in.
I am trying to install MMM-GoogleAssistant, but it seems it is not up to date? I keep getting errors like speaker module not found. When I I do npm install speaker, I get more errors as if more codes are outdated?
Any suggestions? I have a Raspberry Pi4B, 64bit, 2Gb Linux.
Thanks.
Thank you Sam. The guidelines were very helpful. I could use the web dev as you suggested.
I was also able to use classes and modify the styles I wanted in custom.css. I still have a few issues with the styles in the custom.css (mainly in syntax and largely due to my lack of knowledge) but will persevere. Thanks.