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 listPS: 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 saveThere 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
-
RE: (2.1.0) New default module: update notification.
@lolobyte Prevent this with a copy backup your MagicMirror directory.
-
RE: (2.1.0) New default module: update notification.
@lolobyte Hi, you can find it into the develop branch.
Please check out a clean clone
git clone -b develop https://github.com/MichMich/MagicMirror.gitOr using your MagicMirror code project
cd ~/MagicMirror git fetch git checkout develop -
RE: Temporary disable modules
Seem a good idea add the disabled option. In case is your write the config from other app or external system can be more cleaner add the config option instaed of commented block
Anyway, I pushed a PR for this :) https://github.com/MichMich/MagicMirror/pull/498