I recently bought an ACER HA240Y monitor (https://www.displayspecifications.com/en/model/8d8f1615)
for my Magic Mirror. I wanted to install the monitor in my frame in portrait mode. However, The display settings of the Pi OS are unable to identify the monitor and i am unable to find the drivers for the monitor in the Raspberry Pi OS. I am not able to proceed further to flip the display from landscape to portrait. Is there any way in which this can be resolved.
Thanks
Read the statement by Michael Teeuw here.
Posts
-
Portrait Mode Acer Monitor HA240Y
-
RE: MMM-OpenAI
@MMRIZE
It’s possible that the error is caused by using optional chaining in a JavaScript version that doesn’t support it.I modified the code as below, rewriting the code without using optional chaining.
postProcessing: function(helper, resp) {
let choice = resp.response ? resp.response.choices[0] : undefined;
if (choice) {
let message = choice.message ? choice.message.content.choice.text : undefined;
if (message) {
helper.sendNotification(‘TTS_SAY’, message);
}
}I am not getting any syntax error now. However, there is some issue with Google TTS (unrelated I think) , as it is sending a notification as TTS_Say_Error. Google TTS API hopefully is configured correctly as no errors are thrown up during starting MM. How should i go about resolving it.
-
RE: MMM-Openai with EXT-TelegramBot
@Rags Okay i reinstalled MMM-TelegramBot and now everything works. So apparently there are issues in EXT-TelegramBot, which maybe someone can resolve.
-
RE: MMM-Openai with EXT-TelegramBot
@MMRIZE
Sorry about that. But i haven’t understood why “MMM-TelegramBot” worked and “EXT- TelegramBot” isnt working, though It seems to be okay for all telegram commands like before.
Do i need to revert back and reinstall MMM-TelegramBot? provided someone can share the old repositories that worked. Please provide a solution. After having installed Openai if the Telegram interface is not useable then it would be such a colossal waste of effort. -
MMM-Openai with EXT-TelegramBot
@MMRIZE I had to reinstall MMM-TelegramBot today as it had an issue. I have installed EXT-TelegramBot as MMM-TelegramBot is End of Life. After reconfiguring the config.js file i managed to get the EXT-TelegramBot up and running. However, the MMM-Openai is having an issue . I am getting an error “Sorry that command is not registered.” I tried adding the Openai commands in the module of config.js file (/chatai, /txtai etc) but the error still persists. Any pointers to solve this issue.
Thanks -
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. -
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 -
RE: MMM-OpenAI
@MMRIZE said in MMM-OpenAI:
@Rags
Speech example: Conjunction with MMM-GoogleTTS, now it can speak.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 -
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.