Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VOTE 👍🏻🤩] HTTP custom text and images #15

Open
mungle opened this issue Dec 20, 2023 · 17 comments
Open

[VOTE 👍🏻🤩] HTTP custom text and images #15

mungle opened this issue Dec 20, 2023 · 17 comments

Comments

@mungle
Copy link

mungle commented Dec 20, 2023

Hello!
I’d like to display some text messages and images via http requests using nodered. As you don’t distribute the source code, can you implement similar features for the “basic” version?
Thank you!

@GeekMagicClock
Copy link
Owner

Hello, this is possible, but it also depends on your needs, how big the font size and layout style you need, maybe a simple interface can be provided.

@mungle
Copy link
Author

mungle commented Dec 21, 2023

It can be displayed an html with a simple css style?

With a HTTP request like:
http://192.168.0.2/message?title=hello&message=world

and a html section in the web admin like:

<h1 class=“uppercase”>%title%</h1>
<p class=“red”>%message%</p>

and a css section with:

.uppercase{ text-transform: uppercase; }
.red{ color: red; }

the message can be easily customized! There are also other and better methods I believe (JSON?).
It would be great to display also images sent by HTTP requests! When a new image has been sent received and displayed by the device, the previous will be deleted. 👍👍👍

This would be very appreciated by me 🤩 and many, many users, I believe!!!

@GeekMagicClock
Copy link
Owner

Okay, let's vote & talk.

@GeekMagicClock
Copy link
Owner

Is it some thing like this?
image
Title section: font size, font color.
Message section: font size, font color.
Image section: image size.

It's better to fix the font-size and image size, since only a few font-size is designed in the firmware for the present.
And I wonder what's that used for, what kind of situation.

@mungle
Copy link
Author

mungle commented Dec 23, 2023

Hello,
I'd use to send home notifications like, reminders, appointments or post-it messages.
I'd also like to use to view custom image screenshot from my security camera system when a motion alert is detected (I'm now using a telegram bot and it's super useful!!!)

To be as flexible as possible I suggest four style:

1 - Text only

1

2 - Text + custom icon

2
3
4

3 - Text + background image

6
Credits: Unsplash

4 - Image only

5
Credits: Unsplash
7

The display style change based on the HTTP message. If there's message=[text] only, the smalltv will ignore the other inputs (title, icon and image) as they're "empty" displaying the message field only.

Once a new message is sent, the previous one will be deleted.

The image only can be the most flexible solution as you can generate with an external script an image with any content in any style and layout you like mixing text and images.

@GeekMagicClock
Copy link
Owner

Hi, your PS skills is great.

Anyone interested in this please leave your message.

@mungle mungle changed the title HTTP custom text and images [VOTE 👍🏻🤩] HTTP custom text and images Dec 28, 2023
@mungle
Copy link
Author

mungle commented Jan 28, 2024

Hello! Do you have updates on this?

@PhantomArt
Copy link

I would like to be able to display a custom 240x240 image via the API, no animation needed, just a static image. Then I could create an image with my application with any information and any design, and use the device only as a display to display this image.

@DanHKfree97
Copy link

Hi, im here for vote! Would be geat function... :)

@Martinho672
Copy link

I will love that function too

@GeekMagicClock
Copy link
Owner

Hello! Do you have updates on this?

Hello, I'm going to add the image full screen update feature.

@Andre-Lehrmann
Copy link

Hello,
i am always interested in this function.
Have a nice day.

@pmout
Copy link

pmout commented Apr 19, 2024

Hello, GeekMagicClock
Can you share if it is possible to connect to the device via SSH and how to do it?

@mungle
Copy link
Author

mungle commented Apr 27, 2024

Hello! Do you have updates on this?

Hello, I'm going to add the image full screen update feature.

I’m super excited as many others I believe. Do you have any ETA for the feature?

@4mitabh
Copy link

4mitabh commented May 25, 2024

This will be a great addition.
Please make this happen!

@gholtike
Copy link

I'm also here to vote, I'm excited about the idea, I think it can meet the needs of many different applications.

@4mitabh
Copy link

4mitabh commented May 30, 2024

Or if we can configure an HTTP API what the device can poll, and update the screen with the data returned (in a predefined schema that the device supports) by the API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants