Read the statement by Michael Teeuw here.
Posts
-
RE: Create another config.js file
-
RE: need help on weatherforecast module
@bdream for me it looks like the default forecast module. The issue was already reported here https://github.com/MichMich/MagicMirror/issues/1772. However, there was no fix applied yet.
-
RE: Take in the weather and write.
@yeonju the default compliments module has already the possibility to show compliments based on weather https://github.com/MichMich/MagicMirror/tree/master/modules/default/compliments#compliment-configuration
However, it doesn’t support the temperature, only the weather type.
If you want to create your own module take a look on this parts of the code:
- Weather module sending the weather data to other modules https://github.com/MichMich/MagicMirror/blob/master/modules/default/currentweather/currentweather.js#L492
- Compliments module processing the information https://github.com/MichMich/MagicMirror/blob/master/modules/default/compliments/compliments.js#L168-L198
-
RE: Amazon shipping
@s-monti-74 I havent seen one about amazon notifications, but there are some shipment tracking modules.
https://github.com/martinkooij/MMM-Parcel
https://github.com/fewieden/MMM-ShipmentTracking -
RE: Conflict between GoogleMapsTraffic and WeatherBackground?
@jungo I never used the carousel, but from just reading the config I think it works differently than you expected.
MMM-WeatherBackgrounddoesn’t have a position, it doesn’t get rendered through the MM² framework. Therefore it shouldn’t have a carouselId. Not sure why you excludeignoreModules: ['alert', 'MMM-WeatherBackground'],in the first place when you then specify an id.From looking into the google maps source code it looks like there might be something breaking the code for the other modules. Can you inspect the console (start the mirror with npm start dev or press ctrl+shift+i). Can you see errors? Something like
console.log is not a function? -
RE: Creating Module with API Key/Secret
@lilpkstud next to what sdetweil said you should also not save your result into this.data as it is an instance property which already contains data, see https://github.com/MichMich/MagicMirror/tree/master/modules#available-module-instance-properties for reference
-
RE: Need help with MMM-voice, getting errors
@bjjsoul you need to remove the 3 dots from the config. They are only there to show that the module has more config options that would be placed at that position
-
RE: MMM-Fuel
Version 2.0.1
Fixed: Ellipsis rendering in nunjuck template with config option
shortenTextactive[card:fewieden/MMM-Fuel]
-
RE: modifying css to only one instance of a module
@N3RD every module has a wrapper with an id. This is is the module identifier e.g.
module_1_clock. There is no need to modify files. You can then target specifically that instance in CSS.#module_1_clock { margin: 20px; }you can find out the identifier in the DOM.
-
RE: MMM-Fuel zeigt nur Lade...... MMM-Fuel show only load......
@Wuppi71 the provider should be specified as tankerkoenig see https://github.com/fewieden/MMM-Fuel/blob/master/README.md#tankerkoenig-germany-only
-
RE: MMM-Fuel
@Daugenix this is currently not implemented as most providers give not many results back
-
RE: MMM-Fuel
I just merged a new version of this module into master.
New: Support for gas stations in new south wales australia
Changed: I rewrote most of the module, make sure you also install the dependencies after the update.
[card:fewieden/MMM-Fuel]
-
RE: How to have Python and JS talk to each other?
@lavolp3 you can have a look into https://github.com/paviro/MMM-Facial-Recognition/blob/master/node_helper.js which is doing the communication between the python script and module
-
RE: mail module problem
@papinel you didnt install it properly, the instructions say
git clone https://github.com/ronny3050/email-mirror.git email, either start from scratch or rename the directory email-mirror to email and install the dependencies again. -
RE: Total Newbie 24" MagicMirror (Munich, Germany)
@thedoorsfanatic Looks nice and clean. Good job on the build.
Greetings from Munich
-
RE: Mobile app (bachelor thesis)
Thanks @yawns I believe this was the first out of 3 emails I sent.
-
RE: Mobile app (bachelor thesis)
I sent an email to all private messages I have received. I switched my mail provider a year ago and do not have longer the instructions. Maybe someone who tested it 2 years ago can send me them again :D
I’m sorry but I discontinued the apple developer programm due to its fee, so the app can no longer be tested for iOS.
Also this app was just a prototype and never went into active development.