for-pi2 #2
2 changed files with 2 additions and 1 deletions
|
@ -9,5 +9,6 @@ sudo apt-get install fonts-noto-color-emoji
|
||||||
|
|
||||||
run in kiosk mode:
|
run in kiosk mode:
|
||||||
chromium-browser --kiosk index.html
|
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
|
or use the remote URL instead of index.html
|
||||||
|
|
|
@ -268,7 +268,7 @@ $(document).ready(async function() {
|
||||||
updateWall(allPosts.flat());
|
updateWall(allPosts.flat());
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('.masonry-grid').masonry('layout');
|
$('.masonry-grid').masonry('layout');
|
||||||
}, 100);
|
}, 2000);
|
||||||
|
|
||||||
updateCarousel(slides, allPosts.flat());
|
updateCarousel(slides, allPosts.flat());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue