Read the statement by Michael Teeuw here.
How to synchronize pictures from mobile to the MM?
-
@sdetweil
Correct. It does not modify the pictures in any way.
You select the pictures you want to send like sending them via WhatsApp or any other messaging app.I forgot to mention that i wrote a small shell script which checks the the directory for new files periodically and sends a “BACKGROUNDSLIDESHOW_UPDATE_IMAGE_LIST” notification via the rest api of MMM-RemoteControl if new pictures are present.
-
@wishmaster270 said in How to synchronize pictures from mobile to the MM?:
You select the pictures you want to send like sending them via WhatsApp or any other messaging app.
so the user selects pictures, vs the app just sending without selection
but u have to install an app on your phone
-
@sdetweil
Correct.
You use the normal Telegram Messanger App but instead of sending pictures to somebody you send it to a bot (which is a supported feature of Telegram)The Teleframe acts as a Telegram Client, receives the pictures and saves them to a directory on the mirror.
As Teleframe creates a images.json file my watchdog only watches this file for changes and sends the notification to the module if needed. -
@wishmaster270 said in How to synchronize pictures from mobile to the MM?:
You use the normal Telegram Messanger App
I don’t have one of those
-
I use telegram with my family, so I will give it a try.
-
@MajorC
If you need the watchdog script let me known. Did not push it to any repository till now cause it is only a small bash script.