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

    Posts

    Recent Best Controversial
    • RE: Need to repair two touchscreens

      @zulep This semes off topic. This forum is for the MagicMirror project, not for what ever this is.

      posted in General Discussion
      idoodlerI
      idoodler
    • RE: Switch off the display - how to ?

      @howi42 What module do you use for your PIR sensor? Some modules are able to directly control a Relais for the monitors power supply.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: I cant seem to insall 3rd party modules correctly, what am i doing wrong?

      @jiggly I have had the same undervoltage issue when trying to access 5V from the monitors power supply, which just supplied to less power. Switching to a 2A 5V power supply solved the issue

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @paulocarrasco Thats an easy one:) You are missing an , after 'my api key'.

      Here is the correct config:

      {
            module: 'MMM-forecast-io',
            position: 'top_right',  // This can be any of the regions.
            config: {
              // See 'Configuration options' for more information.
              apiKey: 'my api key', // Dark Sky API key.
              // Only required if geolocation doesn't work:
              latitude:   37.1468,
              longitude: -8.5846
            }
      },
      
      posted in Utilities
      idoodlerI
      idoodler
    • RE: Module Sending notification to a python project

      @bimbim2401 Congratulations!

      posted in Requests
      idoodlerI
      idoodler
    • RE: MMM-NOAA

      @core You can open the MagicMirror Interface in Chrome on your desktop, open the Development Tools („F12“ on Windows) head over to „Console“ and check for anything red.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: Compliments - remoteFile - How to?!

      @schlachtkreuzer6 I’m a bit late to the party, but he path is correct. You just have to define remote_compliments.json like this.

      module: 'compliments',
                        position: 'lower_third',
                        config: {
                            updateInterval: 15000,
                            compliments: {
                            remoteFile: 'remote_compliments.json',
                            morning: [
                                               'Guten Morgen!',
                                               'Wie hast du geschlafen?',
                                               'Ich wünsche dir einen schönen Tag!'
                                               ], ...
      
      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-NOAA

      @core Sorry, its the config.js file.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: Connecting Monitor without raspi

      @jtmoore81 You are welcome. Please keep us up to date, what you choose :thumbs_up:

      posted in Hardware
      idoodlerI
      idoodler
    • RE: Module Sending notification to a python project

      @bimbim2401 I am not a Python guy either. Start small, create a simple Python script that establishes a Websocket connection, then interprete the websocket messages and so on…

      posted in Requests
      idoodlerI
      idoodler
    • 1 / 1