From 5b2d634bf091d5c9876eb9ede3989a975e5a90e2 Mon Sep 17 00:00:00 2001 From: "stefan.scmidt-bilkenroth" Date: Thu, 16 Nov 2023 16:22:59 +0100 Subject: [PATCH] fixes for raspi --- README_SSB.md | 1 + script.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README_SSB.md b/README_SSB.md index 59e3204..a68811b 100644 --- a/README_SSB.md +++ b/README_SSB.md @@ -9,5 +9,6 @@ sudo apt-get install fonts-noto-color-emoji run in kiosk mode: chromium-browser --kiosk index.html +chromium-browser --kiosk 'file:///home/ssb/Documents/mastowall/index.html?hashtags=bdk23,netzbegruenung&server=https://gruene.social' or use the remote URL instead of index.html diff --git a/script.js b/script.js index cb17ad2..62cdee3 100644 --- a/script.js +++ b/script.js @@ -268,7 +268,7 @@ $(document).ready(async function() { updateWall(allPosts.flat()); setTimeout(function() { $('.masonry-grid').masonry('layout'); - }, 100); + }, 2000); updateCarousel(slides, allPosts.flat());