Read the statement by Michael Teeuw here.
Latest posts made by Lahim
-
RE: Wrong size of window (part of screen covered by black something)
I finally found the solution on the other place -
chromium-browser --window-size=7000,7000 --start-fullscreen
If the monitor is smaller than 7000px, the system will detect the height and width.
-
Wrong size of window (part of screen covered by black something)
Can anybody point me what can be wrong?
After one of update the right size of screen is invisible - like something is on top of MM hiding everything under.
I made fresh installation - same thing.Everything is Ok with console but after MM starts - there is problem with right part.
Changed the background for orange but on the right you see mouse pointer changed to cross. -
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
- sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb
- sudo dpkg -i node_latest_armhf.deb
- sudo apt-get install npm
My problem:
I made fresh installation of whole magic mirror about 2 weeks ago because I had a problem with screen size - have huge black part of screen which is “covering” right modules.
I tried electronOptions, modifiyng the /boot/config.txt and without luck.
I am running 2.4.1 on fresh installation of Stretch Lite -
RE: How to change icons
Thank you very much - I have it working now!!!
I used this post
https://github.com/MichMich/MagicMirror/pull/1345
to add font-awesome5 but I am not able to get all of them working. Anyway, now I understand all.
Thank you. -
RE: How to change icons
Thank you for helping me but I changed config.js to
defaultSymbol: "calendar",
And icons are same, nothing changed. Does not matter if it is holiday or event 1 or event 2 - icons are same.
I still do not understand - how to define icon for the specyfic event?
-
RE: How to change icons
Can somebody write down how to change them?
I changed the config.js to symbol: ‘fa fa-calendar’ and nothing changed.@nobita you wrote "you can change in other icon such as "calendar-plus-o " but what is this? A set of icon or what?
I am sorry, but I have no idea how to make it working.
By the way - there is nothing like step by step tutorial - in README.md there is only a link to fontawsome page but there is nothing written how to use it.
-
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
@janth - thanks I also used pm2 but your way is better.
But I have other problem - I do not see right modules on the mirror. There is no problem from the local net.
I checked top_right and bottom_right - same result.
I moved clock module from top_left to top_right and it became invisible.
Any clue? -
RE: remoteFile in compliments module
I found it in the meantime but now I tested it - yes, it works!!!
Thank you! -
RE: remoteFile in compliments module
Will you be able to find the solution to the problem I described above?