MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. strawberry 3.141
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 3
    • Followers 35
    • Topics 30
    • Posts 1,700
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Create another config.js file

      @BigMan Since version 2.1.1 this is natively supported by MagicMirror²

      Enable ability to set configuration file by the environment variable called MM_CONFIG_FILE.

      To test it you can run MM_CONFIG_FILE=YOUR_PATH_TO_CONFIG_FILE npm start in the terminal.

      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • 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.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • 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
      posted in General Discussion
      strawberry 3.141S
      strawberry 3.141
    • 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

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: Conflict between GoogleMapsTraffic and WeatherBackground?

      @sdetweil your fork still contains the bug https://github.com/vicmora/MMM-GoogleMapsTraffic/pull/24/files

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • 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-WeatherBackground doesn’t have a position, it doesn’t get rendered through the MM² framework. Therefore it shouldn’t have a carouselId. Not sure why you exclude ignoreModules: ['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?

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • 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

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • 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

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel

      Version 2.0.1

      Fixed: Ellipsis rendering in nunjuck template with config option shortenText active

      [card:fewieden/MMM-Fuel]

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: Code source for commercialization purpose

      @zikotrance https://github.com/MichMich/MagicMirror/blob/master/LICENSE.md

      posted in Tutorials
      strawberry 3.141S
      strawberry 3.141
    • 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.

      posted in Custom CSS
      strawberry 3.141S
      strawberry 3.141
    • 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

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-Fuel

      @Daugenix this is currently not implemented as most providers give not many results back

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • 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]

      posted in Transport
      strawberry 3.141S
      strawberry 3.141
    • 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

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • 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.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: Total Newbie 24" MagicMirror (Munich, Germany)

      @thedoorsfanatic Looks nice and clean. Good job on the build.

      Greetings from Munich

      posted in Show your Mirror
      strawberry 3.141S
      strawberry 3.141
    • RE: Bring!

      @Stoffbeuteluwe

      Is there a public API for Bring!?
      No.

      https://getbring.com/en/faq/#various

      posted in Requests
      strawberry 3.141S
      strawberry 3.141
    • RE: Mobile app (bachelor thesis)

      Thanks @yawns I believe this was the first out of 3 emails I sent.

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • 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.

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 84
    • 85
    • 6 / 85