-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
163 lines (113 loc) · 4.24 KB
/
readme.txt
File metadata and controls
163 lines (113 loc) · 4.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
=== BeeDashboard ===
Contributors: nathabee
Tags: dashboard, kiosk, wall display, tv dashboard, information screen, rss
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
BeeDashboard turns WordPress into a rotating information board for TVs, kitchen displays, tablets, and wall screens.
== Description ==
BeeDashboard lets you build dashboard screens made of cards.
It is designed for large displays such as TVs, tablets, wall-mounted monitors, and kiosk-style screens. Cards can stay fixed or rotate automatically, and provider-backed cards can refresh without reloading the page.
Typical uses:
* family dashboard
* kitchen information board
* office wall display
* news and radio screen
* wall information board
* kiosk information screen
Main features:
* card-based dashboard layout
* fixed and rotating cards
* board layouts based on JSON templates
* news cards from RSS feeds
* internet radio player cards
* weather cards
* calendar and calendar list cards
* live clock cards
* gallery cards
* fuel price cards
* traffic travel time cards
* live updates through the WordPress REST API
* provider profiles for API-based cards
BeeDashboard integrates directly with WordPress and uses a block to place a board anywhere on your site.
Documentation and extended examples are available in the project repository.
== Installation ==
1. Upload the plugin ZIP through:
Plugins → Add New → Upload Plugin
2. Activate the plugin.
3. Create a board in:
BeeDashboard Cards → Boards
4. Create dashboard cards in:
BeeDashboard Cards → Add New Dashboard Card
5. Add the BeeDashboard Board block to a page.
== Frequently Asked Questions ==
= Can BeeDashboard run on a TV? =
Yes. Open the dashboard page in the TV browser and enable fullscreen.
= Do I need to refresh the page manually? =
No. BeeDashboard updates dynamically in the browser.
= What card types are available? =
BeeDashboard currently supports manual, news, radio, weather, calendar, calendar list, clock, gallery, fuel, and traffic cards.
= Can some cards stay visible while others rotate? =
Yes. Fixed cards remain visible while rotating cards change over time.
= Do some cards require extra configuration? =
Yes. Cards using external services may require provider settings or custom field configuration.
= Why are RSS feeds not loading? =
Your server must have the PHP XML extension installed.
Example package:
`php8.2-xml`
== Screenshots ==
1. Board rendered from a 7x4 JSON template with assigned dashboard cards.
2. Board rendered from an 8x4 JSON template showing a slot mismatch and missing compatible cards.
soon :
1. Dashboard board displayed on a TV screen
2. WordPress editor with the BeeDashboard Board block
3. Dashboard with mixed fixed and rotating cards
4. RSS news card
5. Radio player card
6. Clock, weather, and gallery cards
== Changelog ==
= 1.0.0 =
* Added card admin UI
* Prepared repository for public release
* Added GPL-2.0-or-later license file and aligned license metadata
= 0.2.8 =
* Added gallery card support for taxonomy-based image sources
= 0.2.7 =
* Added gallery card support for image directories
= 0.2.6 =
* Added gallery card type
* Added browser-side gallery image rotation
* Improved runtime stability for fixed interactive cards
= 0.2.5 =
* Introduced shape-key matching for cards and board slots
* Improved card reuse across board templates
= 0.2.4 =
* Added template-driven board layouts
* Fixed cards now stay mounted during runtime
* Improved rotating card updates without full board rebuild
= 0.2.3 =
* Added fuel price cards
* Added traffic cards
* Added provider profile support
= 0.2.2 =
* Added news feed card template
* Improved dashboard styling and documentation
= 0.2.1 =
* Added initial news feed card
* Added first documentation
= 0.2.0 =
* Initial board block
* Initial runtime rotation system
* Initial card templates
== Upgrade Notice ==
= 1.0.0 =
Adds the first card admin UI and prepares BeeDashboard for public release.
= 0.2.8 =
Adds gallery cards with taxonomy-based image sources.
= 0.2.5 =
Cards and slots now match by shape key instead of raw grid size.
= 0.2.4 =
Board layout is now template-driven and fixed cards remain mounted during runtime.