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

    Posts

    Recent Best Controversial
    • RE: MMM-NOAA

      @hriereb As I already mentioned previously (but only halve correct) replace the characters “ (Left Double Quotation Mark) and ” (Right Double Quotation Mark) with " (Quotation Mark).
      NOTE: The characters you used are slightly tilted (italic).

      {
        "Atmospheric Conditions" : "Condizioni Atmosferiche",
        "Sunrise/Sunset":"Alba/Tramonto",
        "AQI/UV/Wind":"AQI/UV/Vento",
        "4 Day Forecast":"Previsioni su quattro giorni ",
        "Monday": "Lunedì",
        "Tuesday": "Martedì",
        "Wednesday": "Mercoledì ",
        "Thursday": "Giovedì",
        "Friday": "Venerdì",
        "Saturday": "Sabato",
        "Sunday": "Domenica",
        "Hours of Light":"Ore di luce",
        "Last Updated": "Ultimo aggiornamento",
        "Today":"Oggi",
        "Mon":"Lun",
        "Tue":"Mar",
        "Wed":"Mer",
        "Thu":"Giov",
        "Fri":"Ven",
        "Sat":"Sab",
        "Sun":"Dom",
        "Forecast":"Previsioni",
        "Weather warning":"Allerta meteo",
        "Night": "Notte"
      }
      
      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-NOAA

      @hriereb This is an invalide JSON, please replace “ with ".

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-NOAA

      @hriereb May you please also post your it.json

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-NOAA

      @hriereb As far I see Italian is not supported. You can contribute by adding the italian translation for MMM-NOAA.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-NOAA

      @tadeus1975 I assume you have never added any module, you can post your config if this is the case and I may be able to send you the correct config.js

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-NOAA

      @tadeus1975 Please check out the Readme. You need to add this object to to /home/pi/MagicMirror/config/config.js

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      @bobbythemoh please create a separate Issue in Github for the power consumption thing.

      posted in Utilities
      idoodlerI
      idoodler
    • RE: MMM-NOAA

      @tadeus1975 You need to add this module in your config.js file. It is located in the config folder in your MagicMirrors root folder. Just add the JSON Object and replace the keys with your keys.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: Local MagicMirror Not Displaying, Access via IP works fine

      @msheehan82689 Do you have some kind of screensaver enabled on your PC running the MagicMirror instance?

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      @justjim1220 There are some realy awesome icons! I’d prefere https://codepen.io/joshbader/pen/EjXgqr

      I was just looking on how to implement these icons in the MMM-forecast-io module and noticed, that there are way more possible conditions then available icons. And this is the case for most of the icon sets.

      posted in Development
      idoodlerI
      idoodler
    • RE: MMM-hass

      @flagun I would recommend you to create a pull request on GitHub.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: MMM-forecast.io = Geolocation

      @michshav You can place it in /MagicMirror/js/main.js before var MM = ... seems like a good place.

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: Black screen after some hours

      @fidst Try to execute pm2 log mm. This will give you the log of the MacigMirror Instance. Post the log here if the black screen occures. (You may check for any sensible information from other modules)

      posted in Troubleshooting
      idoodlerI
      idoodler
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      @lucianomag There is an issue with licensing, you would have to pay $19 per mirror.

      posted in Development
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      @bobbythemoh I just pushed some changes, please update. Don’t forget to execute npm install after updating MMM-Loxone.

      posted in Utilities
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      @bobbythemoh You misunderstoodme. I think the issue is in my code with the communication layer crashing resulting in not receiving any state changes, hence the mirror doesn’t know to enable the display again.

      I just found an issue and testing it over the night.

      posted in Utilities
      idoodlerI
      idoodler
    • MMM-RPI-LED

      Hi there!

      I just finished a new module, that allows you to control the LEDs of your Raspberry Pi.

      My MagicMirror is located in my bed room, and the LEDs disturbed me, so I decided to turn them of:)

      [card:idoodler/MMM-RPI-LED]

      posted in Utilities
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      @bobbythemoh No. I think there is an issue within the communication module for the Miniserver. If the module crashes when the screen is turned off the screen will never be turned on again and vice versa.

      posted in Utilities
      idoodlerI
      idoodler
    • RE: what can i do in a module, porting from another mirror project

      @sdetweil The module helper communication relies on a websocket connection. Any references will be lost. Try to clone the Object.

      posted in Development
      idoodlerI
      idoodler
    • RE: MMM-Loxone

      @bobbythemoh Ok, thanks. No unhandled rejections.

      posted in Utilities
      idoodlerI
      idoodler
    • 1 / 1