Hi guys,
Just came back on the Internet, and I saw your messages.
@ceddirr, I’m sorry, but I didn’t develop a specific module for alerts as the existing one is quite nice… But I understand your problem.
When I had this DisplayMemo option, the idea was to temporarily display a long message, is it your case ?
Read the statement by Michael Teeuw here.
Posts made by schnibel
-
RE: MMM-Memo - Add some memos on your page and manage them through HTTP request
-
RE: MMM-Memo - Add some memos on your page and manage them through HTTP request
@Snille Awesome ! I love the idea !
-
RE: News Feed
Hi,
If you have a small screen, I suggest you use only one module (bottom_left for example) and in the configuration (config.js) just add your different sources (see the copy/paste of the documentation here under:config: { // The config property is optional. // If no config is set, an example calendar is shown. // See 'Configuration options' for more information. feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml", }, { title: "BBC", url: "http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=uk", }, ] }
Does it answer your question ?
-
RE: MMM-Memo - Add some memos on your page and manage them through HTTP request
@MichMich and @paviro, did you have the opportunity to play with this module “post-it / memo” module ?
Any suggestions ?
Bye for now -
RE: MMM-Memo - Add some memos on your page and manage them through HTTP request
Hi guys,
Thank you for your messages.
I also wanted to tell you that I added the “Display” functionalities using the default alert module. So you just have to ‘git pull’ :)Don’t hesitate to propose any suggestions.
Christophe -
MMM-Memo - Add some memos on your page and manage them through HTTP request
Description:
Hi all,
I just uploaded a module I created for my MagicMirror implementation.
The aim of the module is to add one or many notes on the screen and to manage them using HTTP requests.
I created with module because I use a voice control solution (Jarvis) and I wanted to automatically add a note on the screen by saying to Jarvis “Add the memo ‘Don’t forget to buy eggs’ on Peter’s profile”.
The README description includes details… Let’s play…Screenshot:
Download:
[card:schnibel/MMM-Memo]
-
RE: MMM-Instagram - Pull and animate photos from Instagram feed
Hi all,
Just a message to share what I did.
I tried to find out why I wasn’t able to display my images using different MMM-Instagram modules (I tried with @kapsolas ’ initial module and yo-less’ and jeffjoe’s forks).
It took me a lot of time to understand it wasn’t compatible with MMM-ProfileSwitcher module (https://github.com/tosti007/MMM-ProfileSwitcher)If ever you have the same problem, here is a workaround (done from the last JeffJoe’s fork - https://github.com/jeffjoe/MMM-Instagram, but also works with @kapsolas’ one)
So, in MMM-Instagram.js, you just have to comment the line :this.info.classes = 'bright medium'; --> //this.info.classes = 'bright medium';
Indeed, it is overwriting a variable that is also used in MMM-ProfileSwitcher. (See in GitHub ProfileSwitcher description, just before the section “Current Supported Languages”. I know it’s not exactly the same thing, but the idea is the same)
I’m not going to create a new fork for this, so guys, I let you manage this.BTW, yo-less’ fork is still bugged… there is a tempimpage variable instead of temp image
Thanks for the module