Hi there. I have a problem with adding additional “types” to config.js.
I am trying to move some cards from my default HA OS lovelace - I’ve started with the weather - just to find out how should I write code in Java… yes I know that Java lang is required there and I’m going to learn it a bit.
Meanwhile, I try to set some cards - probably I’m missing something in the code. I receive the message:
" The “config.js” configuration file has loaded but window.CONFIG is not defined! Please make sure that it defines a CONFIG variable with proper configuration"
Hi, is there some sort of “show your tileboard topic”?
To see the latest tiles made?
The opening post is from 2018 …
It would be nice, to see what people make of it nowadays…
3966 posts reading is al lot
I’ve been setting this up to work with a Samsung Galaxy Tab A7. Looks great on the tablet.
I have 6 cameras, 1 is 1080p and 5 are 4MP. All the cameras are connected to HA via Frigate and work fine in lovelace.
The screenshots load in just fine and refresh as expected but on the tablet using Chrome or Fully Kiosk I can’t see the stream, i just get a black box. The 1080p camera with identical settings works perfectly. When I load it in Firefox it works fine. Also if I use Chrome on my PC they all load fine.
Is there any way to control the width of the text column in the TEXT_LIST tile to allow more text to be displayed, rather than … once it reaches the “margin”? It seems both columns are a fixed width with lots of wasted space in the centre.
{
position: [0, 3],
width: 2,
type: TYPES.TEXT_LIST,
id: {}, // using empty object for an unknown id
state: false, // disable state element
list: [
{
title: 'Calendar:',
icon: 'mdi-weather-sunny',
value: '&sensor.template_calendar_family.state'
},
{
value: '&sensor.template_calendar_family.state'
},
Thanks @resoai I really appreciate the help, loving Tileboard.
Obviously CSS noob here. I found the below in the styles-xxx.css file.
Is there somewhere I can read up on how to use these text alignment options to figure out how get my title and values to align nicely in custom.css and have the value wrap in too long?
How do I remove scroll/swipe page (vertically) from the buttons area (showed red) and keep only the menu (green) to change pages? It often accidentally change the page when clicking on a button with a little move…
In the developer console I get this error:
angular.js:15697 TypeError: Cannot read property ‘entity_picture’ of undefined
at camera.js:56
at u (angular.js:18947)
at c.$digest (angular.js:19241)
at c.$apply (angular.js:19630)
at G (main.js:2432)
at Object. (main.js:2150)
at api.js:313
(anonymous) @ angular.js:15697
(anonymous) @ angular.js:11956
$digest @ angular.js:19244
$apply @ angular.js:19630
G @ main.js:2432
(anonymous) @ main.js:2150
(anonymous) @ api.js:313
setTimeout (async)
o._handleMessage @ api.js:312
(anonymous) @ api.js:262
index.html:1 GET https://192.168.178.56:9090/stream/video.mjpeg?_i=0 404 (Not Found)
I think using entity id is only for cam using stream from HA. I am trying to pull it outside HA, thats why the empty id. I used the suggestion of resoai (Alexey) in his message nr 3284.