I think is possible to modified the current module for add this behaviour. If present some config flag, like show_n_news
could be a start.
Read the statement by Michael Teeuw here.
Posts
-
RE: News Feed
-
RE: Unable to install dependencies!
said in Unable to install dependencies!:
Run apt-get install nodejs (as root) to install Node.js v6.x and npm
What say the command
dpkg -L nodejs
I understand the nodejs is not necesary install manually, the script do it for you.Try, uninstall the nodejs from the repository and run again the bash installer.
-
RE: PM2 not starting up on boot
@Nazfera2 not is the best, is the last resource ;)
Maybe the problem raise the pm2 install.
Check https://github.com/Unitech/pm2/issues/1654#issuecomment-145071292
-
RE: Something I'm working on ...
Thanks @MichMich the information. I will take a look of code :)
Hi @Jopyth , do you know where I can find some code or design about the @strawberry-3-141 app?
I think we can bootstrap a app for install apps (modules) into a MagicMirror with API provider by modules section of web. The idea it’s most like a packages manager + configuration.
-
RE: PM2 not starting up on boot
After a reboot… what is the output for
pm2 list
PS: Maybe your script (mm.sh) not have execution permission.
-
RE: PM2 not starting up on boot
You need start the script of run the MagicMirror system. After that save the configuration of PM2 with
pm2 save
There a good documentation how to do in https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror
-
RE: Something I'm working on ...
Its great. With this, I was thinking is possible create a installer system, its somethings i was thinking from time ago.
Using the API and the parameters of configuration per every module its possible create the section of module for add into the config.js
-
RE: (2.1.0) New default module: update notification.
Yes, use a different port for each instance in configuration file.
https://github.com/MichMich/MagicMirror/#configuration -
RE: Mobile app (bachelor thesis)
I just answered it. The data of result will be available into an place?.
-
RE: How to implement specific module?
How is based in HTML?, do you not have a API?.
First, I recomend you check the module helloworld and currentweather of MagicMirror, is inside modules/default. Try understand how work.
Also, check the MagicMirror² Module Development Documentation