@idoodler he’s using arrow functions =>, therefore he stays in the same scope.
Read the statement by Michael Teeuw here.
Posts
-
RE: Notification between modules
-
RE: MMM-AlarmClock
I refactored the module and switched to nunjuck templates.
I’m looking for people who are willing to test it:
- combinations of config options
- new config option
popup
how to test:
- if not already done, clone the repository to your modules
cd ~/MagicMirror/modules/ && git clone https://github.com/fewieden/MMM-AlarmClock.git - go to the module
cd ~/MagicMirror/modules/MMM-AlarmClock - run
git checkout develop - test various config options
[card:fewieden/MMM-AlarmClock]
-
RE: MMM-Fuel
I refactored the module and switched to nunjuck templates.
I’m looking for people who are willing to test prices
- tankerkoenig germany
- spritpreisrechner austria
how to test:
- if not already done, clone the repository to your modules
cd ~/MagicMirror/modules/ && git clone https://github.com/fewieden/MMM-Fuel.git - go to the module
cd ~/MagicMirror/modules/MMM-Fuel - run
git checkout develop - run
npm i - test various config options
[card:fewieden/MMM-Fuel]
-
RE: MagicMirror² Hackathon 2018
@justjim1220 sure I will explain it in the discord chat
-
RE: MagicMirror² Hackathon 2018
@justjim1220 just join in the discord channel we’re hanging out there.
-
RE: how and where should I use the hide&show function offered by MM?
@grasshopper001 join me for a bit in discord and we will solve your problem https://forum.magicmirror.builders/topic/9298/magicmirror-hackathon-2018
-
RE: MagicMirror² Hackathon 2018
Ready for take off, updates will be posted on magicmirror discord group or in the project board

-
RE: MagicMirror² Hackathon 2018
Less than 24h until the hackathon starts.
So far it looks like, that I’m the only participant on the coding side. Would be cool if someone else wants to join for coding and/or testing. Participating partially is of course also fine.
-
RE: One-line switch to enable / disable modules
@sebi76 booleans do not have quotes. Try without
-
RE: MagicMirror² Hackathon 2018
So far there are three user contributions. I added labels to all issues for a better overview and filtering.
I also marked issues for beginners that want to participate in the hackathonhttps://github.com/fewieden/MagicMirror-Hackathon/issues?q=is%3Aissue+is%3Aopen+label%3A"good+first+issue"There is something for each experience level. See you in the magicmirror discord group or in the project board
-
MagicMirror² Hackathon 2018
MagicMirror-Hackathon
Hackathon for the MagicMirror² project and 3rd party modules.
What is a hackathon?
https://en.wikipedia.org/wiki/Hackathon
Why?
I contributed and created a lot of 3rd party modules during my studies. Since I have a job I barely find time to maintain just one of them. So I want to spend 48h to get them back to live.
When?
It’s happening from 2018-12-26 08:00 until 2018-12-28 08:00 UTC time zone.
How can I contribute?
Be a Product Owner
Add your ideas for the hackathon and create issues in this project. They can be new features, bug fixes or improvements to the core project or any third party module (don’t forget to link the repository). Make sure you give detailed descriptions etc. Also note if there is a specific hardware required, as not everyone has this hardware and it is not easy to develop without actually being able to test it properly. The same rule applies if there is an api key required, because some providers go through a manual review which is most likely stopped during the holidays.
Be a Developer
If you want to contribute, then pick an idea of the project board, leave a comment on the issue that you started working on it. As soon as you finish create a pull request to the project.
Be a Quality Assurance
If you want to contribute, then pick an issue in the review state of the project board, test the changes and leave comments with what needs to be changed or if is not working. If everything is fine give your thumbs up.
How can I follow the process?
First I wanted to stream, so people can watch me coding. But my internet is too weak, in order to provide a decent quality :(
But I’m trying to update the project board as often as reasonable. I will also be available through discord, where I want to give updates or talk to people or answer coding related questions.For more information checkout the github repository or contact me on discord.
[card:fewieden/MagicMirror-Hackathon]
-
RE: NSW Fuel Prices
@k3tan I just got a response from the support. Hopefully i can create a prototype during the Christmas holidays.
-
RE: Mobile app (bachelor thesis)
@blakmagik send me your email in a private message, then I can send it.
-
RE: Details about Nunjucks templating system?
@j-e-f-f did you try to call updateDom in the resume hook of your module?
-
MMM-Modal
I tweaked my modal that I’m using in some of my modules. Instead of duplicating this all over the place I created a new module for a single source of truth and so it can also be used by other devs/users.
[card:fewieden/MMM-Modal]
Modal and dialog windows with touch, voice and non input support.
I just started building it so it might still have some bugs.

-
RE: Need help in Javascript for resetting module if user no longer interacts after x seconds.
@sean or
this.resetTimeout = setTimeout(function(){ ... this.sendNotification("PAGE_CHANGED", 0); this.updateDom(); ... }.bind(this)); -
RE: NSW Fuel Prices
@k3tan I played around a little bit this weekend. Sadly the api is documented poorly so it will take a while to figure out all pieces.
-
RE: Syntax Errorn in Config.js
@sollekram mmm-assistant has missing commas in the lines of the hotwords