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

    Posts

    Recent Best Controversial
    • RE: MMM-TelegramBot End of Life

      @swvalenti said in MMM-TelegramBot End of Life:

      just uninstall, disable or delete MMM-TelegramBot
      install `EXT-TelegramBot and compare each configuration (old and new configuration) and replace all needed values on the new plugin
      create new config from wiki (EXT-TeklegramBot)
      delete, disable or delete old config (MMM-TelegramBot)
      

      Thaaanks !!
      I must have missed this migration and update.
      Well i reinstalled it as EXT-TelegramBot and reconfigured it in the config.js. Had to set telecast as true. So it works now. I am having an issue with MMM-Openai as the commands of this module are not executing. It says sorry that command is not registered. It was working ok with MMM-TelegramBot. Again seems to be a minor issue , need to check whats missing. Any pointers will help.

      posted in Troubleshooting
      R
      Rags
    • MMM-TelegramBot End of Life

      What happened here?? I had an issue with MMM-Telegrambot module today and i had to reinstall it. It is not working now, it says it is “End Of Life” and it no longer works. I get a prompt in Telegram app that “you are not allowed to command me Ask to my Admin”. The display region on the MM page displays the title of the Module and no messages are displayed. Has this module been killed??
      I recently also installed MMM-Openai and was really excited to use it with TelegramBot. Even this is not working now.
      Please someone explain what happened.
      Thanks

      posted in Troubleshooting
      R
      Rags
    • RE: MMM-OpenAI

      @MMRIZE said in MMM-OpenAI:

      @Rags
      Speech example: Conjunction with MMM-GoogleTTS, now it can speak.

      https://youtu.be/daWuSfQc5Ns

      postProcessing: (helper, resp) => {
        let choice = resp.response?.choices[0]
        if (choice) helper.sendNotification('TTS_SAY', choice?.message?.content ?? choice?.text)
      }
      

      I am getting a syntax error in these lines can you please check.
      Thanks

      posted in Productivity
      R
      Rags
    • RE: Chatgpt+google STT + elevenlabs api

      @sdmydbr9
      Hey Sudhamoy, Its fantastic man. Congratulations.
      Do you realise what you have achieved. Great going. Waiting for the finished module.

      posted in Showcase
      R
      Rags
    • RE: MMM-OpenAI

      @MMRIZE @MMRIZE
      Thanks for the update. Yes now it works fine. I am not getting "something is wrong’ messages, but prompts about the token lengths whenever they exceed.
      Thanks. I hope there will be voice integration soon.

      posted in Productivity
      R
      Rags
    • RE: MMM-OpenAI

      Great. Installed it and it is up and running with absolutely no effort. Thanks for this module. However, i am facing an issue of an error message “Something is wrong see the log”. So this error pops up randomly when i initiate a /chatai or a /txtai or /imgai, and i am unsure why. Is the heavy traffic of ChatGPT the reason. Also where do i check the logs.?
      Thanks

      posted in Productivity
      R
      Rags
    • RE: Smart TV versus Computer monitor as a display

      @sdetweil said in Smart TV versus Computer monitor as a display:

      @Rags I have a smart TV ( 43 in) as one of my mm displays, and not smart(55 in) as other. same thing, remote change source… voila.

      the 55 has 4 different mm as input

      I did because get higher resolution at cheaper price.

      check power on/off process of wanting to turn off when no one is around…
      @sdetweil Great.
      So I have a motion sensor (RCWL-0516) that controls the switching on and off of the monitor. Will it also work for the Smart TV seamlessly?

      posted in General Discussion
      R
      Rags
    • Smart TV versus Computer monitor as a display

      Hello everyone,
      My Magic Mirror build will complete two and a half years soon. I have used a Samsung LCD monitor 18inch for my initial build, I now want to upgrade the display. The real estate in my Magic Mirror wooden frame can accommodate a larger screen if i install it vertically. I was wondering if I can use a smart TV instead of a monitor. Currently, I am getting a 32 inch smart android TV (XIAOMI) at a price lesser than a 24 inch Samsung monitor.
      The advantages are that the Magic mirror can also double up as a a smart TV with the flick of the remote button.
      I am curious to know the pros and cons.
      Thanks

      posted in General Discussion
      R
      Rags
    • RE: Default Calendar: Display Birthdays, Anniversaries

      @sdetweil
      I used the export option on google calendar to download the file.
      The downloaded file looks like this;
      Birthdays_addressbook#contacts@group.v.calendar.google.com.ics
      The config file looks like this;
      'http://localhost:8080/modules/default/calendar/Birthdays_addressbook#contacts@group.v.calendar.google.com.ics

      I get a display of “an error in the calendar module, check log for more details”
      the Module is unable to read this format. What needs to be done?

      posted in General Discussion
      R
      Rags
    • RE: Default Calendar: Display Birthdays, Anniversaries

      @sdetweil Ok but newer entries to contacts will not show up.
      Could you guide me on how.? to configure the config.js entry pointing to the downloaded file. ALso,

      posted in General Discussion
      R
      Rags
    • Default Calendar: Display Birthdays, Anniversaries

      Is it possible to integrate Google Birthday, Anniversary calendar(Calendar ID: addressbook#contacts@group.v.calendar.google.com) in MM config without using public ical url? This calendar does not have a secret ical url.

      posted in General Discussion
      R
      Rags
    • RE: MMM_Alexa Control: Alexa Command words

      @sdetweil Ok Thanks. Got it going. Only thing is Alexa does not accept numerals in command so had to write in as words.
      p3.jpg
      p3q.jpg

      posted in General Discussion
      R
      Rags
    • RE: MMM_Alexa Control: Alexa Command words

      @achillealb Ha Ha Ha ,nice try !!

      posted in General Discussion
      R
      Rags
    • RE: New Level Smart Mirror

      @sakliadem Very neat. You have conceived it quite well. I would certainly like to know more details of how you have configured your modules . I think with new functionalities built in the MM project will certainly grow.

      posted in Show your Mirror
      R
      Rags
    • MMM-TelegramBot integration with Motion detection

      Refer article (https://randomnerdtutorials.com/telegram-esp32-motion-detection-arduino/)
      I have configured an ESP-32 device for motion sensing and it sends an alert message to my phone using TelegramBot, I have used the existing “magicmirror bot” created for MMM-Telegrambot to receive the messages.

      MMM-Telegrambot module allows only one way communication from App on phone to Magic Mirror.
      I was wondering whether it would be possible to also to display the alert messages received on MM bot on telegram app to display (or forward) the alert message to display on the MagicMirror screen using MMM-Telegrambot module.
      I hope i have been clear in stating the requirement.

      posted in General Discussion
      R
      Rags
    • RE: MMM-LocalTemperature. No display of values

      @sdetweil Ok Problem solved. I installed MMM-DHT-Sensor module instead of MMM-LocalTemperature module and it is working like a charm. Absolutely no issues during installation and worked the first time it was fired up. This indicates there is some issue with the MMM-Local Temperature module. I opened an issue in the Github page. Hope it can be addressed.

      posted in General Discussion
      R
      Rags
    • RE: MMM-LocalTemperature. No display of values

      @sdetweil The dht.py script does read the temperature and humidity indicating that the sensor is working. However, even after changing the read interval to 30 seconds, the intermittency continues. As far as the MMM-LocalTemperature module is considered it does not display any value at all. This aspect is confusing. If the senor does give intermittent readings at least the module should be able to read and display them. Can i be doing something basically wrong in configuration?

      posted in General Discussion
      R
      Rags
    • MMM-LocalTemperature. No display of values

      The MMM-local temperature module does not display temperature and Humidity on the screen. Even the header for the Module MMM-LocalTemperature does not show. The weather module which accepts local temperature value from module also does not display the values even when they have been included in config.js.
      I have gone through the forum on this topic . I have tried every option but it has not solved my issue. Steps taken to resolve;

      1. Replaced the existing DHT22 sensor with new one. Also connected a 10K pull-up resistor to the sensor. Connected sensor to GPIO22 and powered with 3,3v supply from Pi.
      2. Re-installed module MMM-Local Temperature
      3. Re-installed wiringpi
      4. Rechecked the config.js file, pinSheme: "WPI’
      5. Locally run a DHT.py script which displays values intermittently.
      6. npm start pm2 does not throw up any error of the module (MMM-LocalTemperature).
        Request help in resolving the issue.
        DHT22.png
      posted in General Discussion
      R
      Rags
    • RE: Display logos?

      @Bungle68 For images stored in a local folder i have used the module MMM-ImageSlideshow previously. However, i have now moved to using MMM-Google Photos which is excellent and photos can be refreshed quite easily via Google Photos app. For Logo try
      MMM-SimpleLogo. Though it currently not maintained.

      posted in General Discussion
      R
      Rags
    • 1
    • 2
    • 3
    • 4
    • 5
    • 4 / 5