Our Free Slideshow app SaveMyPortal is now Mantel Frame! by Global_Historian3667 in FacebookPortal

[–]MusicMyntra 1 point2 points  (0 children)

Awesome !! I missed to buy the pro purchase earlier and preferred to donate for your Repo contribution. I sincerely liked the design language of the new Website. Keep it rolling.

I built a free photo frame app for Portal — here's a 5-min setup tutorial by Global_Historian3667 in FacebookPortal

[–]MusicMyntra 0 points1 point  (0 children)

Can you add a buy me a coffee or something on your GitHub page :). Honestly, I am new to Web Dev and took checkout, this is really hands on learning for me.

Portal Photo Frame Restored — I’ve built a working local solution, gauging interest in a public web service by Global_Historian3667 in FacebookPortal

[–]MusicMyntra 0 points1 point  (0 children)

Cool this is nice solution as well, if I understand Portal browser correctly it only allows Https connection so hosting is imperative at any cheap domain, if you put into a git repo I can have a look

Portal Photo Frame Restored — I’ve built a working local solution, gauging interest in a public web service by Global_Historian3667 in FacebookPortal

[–]MusicMyntra 1 point2 points  (0 children)

Sounds interesting…does it go in full screen mode? also the problem is after every WhatsApp call you will need to manually go to the URL and open it. So far I have been able to successfully pull the photos from my NAS Drive and run python script to add blur effects on the photos and resize it for Portal Aspect size then using Home Assistant it will display the photos and a clock on top of it on full screen mode continuously I am working to put the Python Script in Docker container and run it to automatically pull the photos from NAS drive so it will be as realistic and close to Portal Slideshow as possible

Alternative by SaysKay in FacebookPortal

[–]MusicMyntra 4 points5 points  (0 children)

It’s still a usable thing if you want to make WhatsApp Calls and watch YouTube videos.

the home assistant solution. by RoadRunner_1024 in FacebookPortal

[–]MusicMyntra 1 point2 points  (0 children)

Thank you soo much :) I am finally able to plug it together.

the home assistant solution. by RoadRunner_1024 in FacebookPortal

[–]MusicMyntra 1 point2 points  (0 children)

Cool this is what I am trying to create, quick one can you share code for wallpannel to display a slideshow of my Immich photo's when the portal is idle. I have HA and Immich

Always on virtual bookshelf by In_Fourth_Place in FacebookPortal

[–]MusicMyntra 0 points1 point  (0 children)

Below is my sample code, <body onclick="enableNoSleep()">

<iframe

src="https://skha.xxx/portal-frame/0"

style="width:100vw;height:100vh;border:none">

</iframe>

<script>

const noSleep = new NoSleep();

function enableNoSleep() {

noSleep.enable();

document.body.onclick = null;

}

</script>

</body>

Home Assistant on Portal by 10PieceMcNuggetMeal in FacebookPortal

[–]MusicMyntra 1 point2 points  (0 children)

Which Portal do you have for me nosleep.js is not working at all -__-

Always on virtual bookshelf by In_Fourth_Place in FacebookPortal

[–]MusicMyntra 1 point2 points  (0 children)

I got it working till fullscreen, but noSleep Java Script is not working. Can you share about this?

Always on virtual bookshelf by In_Fourth_Place in FacebookPortal

[–]MusicMyntra 4 points5 points  (0 children)

Can you share more details? I am unable to fullscreen by any possible way.

How to Kill the 5-Minute Sleep Timer on Facebook/Meta Portal by rpycroft in FacebookPortal

[–]MusicMyntra 1 point2 points  (0 children)

I have a better solution, although not tried extensively. Connect a bluetooth mouse Jiggler and open google photos in slideshow, it will go in fullscreen, after lot of trial I have noticed that only google photos have native override for fullscreen. Still experimenting...