not working on Venus.OS #495
Unanswered
ronnies007
asked this question in
General
Replies: 1 comment
-
|
I don't know Venus OS and can't help you with it, but your Node-RED version seems outdated. The latest Node-RED version is 4.0.2. You should upgrade. If you really want to use Node-RED version 3.1.10, you must install the latest version of the theme collection that is compatible with that Node-RED version. And, if you carefully read the documentation, you will notice that your settings are incorrect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
When u run Node-Red from within Venus.OS on a Raspberry Pi, the way described here wont work.
the installing part worked but I couldnt activate the dark-theme.
this took me days to find out, here is howto.
open this file with:
nano /usr/lib/node_modules/@victronenergy/node-red-contrib-victron/settings-default.js
change it so that the bottom lines look like this:
// Customising the editor
editorTheme: {
page: {
css: "/data/home/root/node_modules/@node-red-contrib-themes/theme-collection/themes/dark/dark.min.css"
},
//theme: "dark"
theme: {
dark: true
}
projects: {
// To enable the Projects feature, set this value to true
enabled: true
},
// disable the palettemanager feature
palette: {
editable: false
}
},
}
I tried some other themes but dark-theme is the only one working so far.
Node-Red just wouldnt start with any other themes I tried.
maybe this is of some help to other raspberry pi users, who get ache from the bright white default-background,
and ran into the same trouble.
Steps To Reproduce
No response
Expected Behavior
No response
Theme Collection version
@node-red-contrib-themes/theme-collection@4.0.8
Node-RED version
3.1.10
Platform/O.S.
venus.os
Browser(s)
No response
Beta Was this translation helpful? Give feedback.
All reactions