@KristjanESPERANTO mmos is just raspi os with MagicMirror in docker
Should be simple, flash and boot
@KristjanESPERANTO mmos is just raspi os with MagicMirror in docker
Should be simple, flash and boot
@chrga I don’t see any module in the 3rd party list that provides that function directly on a per module basis via notifications
this would be a great addition to MMM-RemoteControl
@kristjanesperanto
@p1lspeda as this module is done all in browser, can you look at the browser log
ctrl-shift-i on the MagicMirror screen keyboard
Select the console tab
Add countd to the filter field
This filter will limit messages only from this module
Can you show us what messages there are
@BKeyport I agree. Weird results multiple times New sd card time
Use my backup/restore to save (backup) your MagicMirror config
And after install, use restore to put it back
@potts-mike there are no modules in the 3rd party list that reference commodity
@Mathes75 can you find the message that best explains the fix,
click the 3 dots to the right and select
Mark this post as the correct answer
@ankonaskiff17 mm version
cd ~/MagicMirror
grep version package.json
Wayland was introduced three Raspi OS releases ago.
its ‘better’ than X11 they say
WE MagicMirror don’t have any choice.
@ankonaskiff17 yes, its wayland and labwc. all new UI interface… SO much fun… not
@plainbroke did you do an npm install after the git pull?
@hahawoooooo I also recommend using the classes approach to config
modules:[
[ "page1"],
[ "page2"],
],
"fixed": ["fixed"]
. Etc
Then for the modules you want on page1
Add
classes:"page1",
In the config below module: line
This was so much easier for me
@raymonvdm can you show the log?
I always recommend testing with manual start after you make a module change
pm2 stop all
cd ~/MagicMirror
npm start
if it comes up ok, ctrl-q, or alt-spacebar, c
then pm2 status
and pm2 start xxxx
where xxxx is the name or number on the row for your application
@chrga ok. Should be nothing to stop it
Did you try my Module and the examples on the alert module
did you add the ViewNotifications module so you could see it being broadcast
The structure of the notification is exactly the same as if you were coding it in a running module
@chrga also, for debugging, install
MMM-ViewNotifications
@chrga MagicMirror has to be configured to allow remote access
In config.js
address:”0.0.0.0”,
ipWhitelist:[],
@chrga see my curl to notification module
Just a simple http post
https://github.com/sdetweil/MMM-CurlToNotification
@Racing88 as I said, not module developer. That’s how I would have made them different
@alfi153 not right leaning slash, left leaning, like this
“Now is the time\nto come to the aid of your country”
Because you didn’t specify calendarset it jammed them all together and there was a dupe
i ‘think’
If you add a name: property to each calendar url config block
And then specify the names in the set, then they will not be dupes
@Racing88 ok, I am not the module author.
But you gave me the clue. That is the number of events not shown in the day.
If you change max events to 4 then it should go away
Otherwise you will have to change the fontsize or the cell size