Hi Squandor,Trigun wrote:sorry Squandor, still no lucksquandor wrote:Hmm wunderground has an issue with the language nl so could you try en thereTrigun wrote:
Ok, back to square 1
I've set it up like discussed before, the page is still but unfortunately no Wunderground.
this is the code so far:Code: Select all
general_settings] [[wunderground]] api = X language = NL [[server]] url = X # IP-address of Domoticz backend flask_url = X # Please note: this is the internal IP-address including port of the Domoboard server user = X # Username for Domoticz (if required) password = X # Password for Domoticz (if required) secret_key = X # A random secret key used for Python authentication. Change to anything random. [[users]] X = X # Add users for Domoboard here. In this case login with username "username" and password "password" [[domoboard]] time = True # True/False: show time in top bar date = True # True/False: show date in top bar language = "gb" # Change this to display date/time in local language and format google_maps_api_key = AIzaSyAKf7bHPrMEdMTcDMdmfIO-iRCwJ36hi4w # Google Maps Embed API key
I just set some X's for the private data.
This is a room example:looking forward to your reply.Code: Select all
[slaapkamer2] [[display_components]] components = top_tiles, line_charts, bar_charts, donut_charts, switches, power_usage, wunderground[condition], wunderground[forecast] [[top_tiles]] [[wunderground]] [[[forecast]]] location = Borne, NL [[[condition]]] location = Borne, NL [[switches]] [[line_charts]] [[bar_charts]] [[donut_charts]] [[power_usage]] Total Usage Zolderlamp = 15, lightbulb-o Totaal overloop lamp = 4, lightbulb-o
Thanks in advance!
this is the entire code, did i do something crucially wrong?Code: Select all
[general_settings] [[wunderground]] api = x language = EN [[server]] url = x:x # IP-address of Domoticz backend flask_url = x:x # Please note: this is the internal IP-address including port of the Domoboard server user = x # Username for Domoticz (if required) password = x # Password for Domoticz (if required) secret_key = x # A random secret key used for Python authentication. Change to anything random. [[users]] x= x # Add users for Domoboard here. In this case login with username "username" and password "password" [[domoboard]] time = True # True/False: show time in top bar date = True # True/False: show date in top bar language = en # Change this to display date/time in local language and format google_maps_api_key = x-x # Google Maps Embed API key # Add Navbar items here. The key is the navbar link name. The first value is the URL name, second value can be any font awesome logo to be displayed. [navbar] [[menu]] Dashboard = dashboard, dashboard Entree = entree, home Toilet = toilet1, venus-mars Woonkamer = woonkamer, television Keuken = keuken, cutlery Garage = garage, motorcycle Tuin = tuin, bug Slaapkamer 1 = slaapkamer1, bed Slaapkamer 2 = slaapkamer2, bed Slaapkamer 3 = slaapkamer3, bed Badkamer = badkamer, bath Werkkamer = werkkamer, briefcase Verkeer = verkeer, road Flitsers = flitsers, camera Server = server, desktop Instellingen = instellingen, wrench # Each navbar item needs a section. Components specify which components are displayed on the page. Other subsections contain names, Domoticz IDX's and options of the components displayed. [dashboard] [[display_components]] components = top_tiles, line_charts, switches, weather, news, map, power_usage, wunderground[condition], wunderground[forecast] [[top_tiles]] Temperatuur zolder = 36, fire [[line_charts]] Temperatuur zolder = 36, month, temp [[bar_charts]] Total Usage Zolderlamp = 15, month, usage Totaal overloop lamp = 4, month, usage [[switches]] Lamp Zolder = 6, switch Lamp Overloop = 1, switch Dimmer = 43, dimmer [[power_usage]] Total Usage Zolderlamp = 15 Totaal overloop lamp = 4 [[weather]] Location = Borne, EN [[map]] [[[1]]] Location = Borne, EN [[[2]]] Location = Borne, EN [[news]] rssfeed = http://www.nu.nl/rss/Algemeen [statistics] [[display_components]] components = domoticz_smart_charts[1], domoticz_smart_charts[2], domoticz_temp_charts [[domoticz_smart_charts]] [[[1]]] [[[2]]] [[domoticz_temp_charts]] [slaapkamer1] [[display_components]] components = top_tiles, line_charts, bar_charts, donut_charts, switches, power_usage [[top_tiles]] [[switches]] [[line_charts]] Temperatuur zolder = 36, month, temp [[bar_charts]] Total Usage Zolderlamp = 15, month, Totaal overloop lamp = 4, month [[donut_charts]] [[power_usage]] Total Usage Zolderlamp = 15, Totaal overloop lamp = 4, [slaapkamer2] [[display_components]] components = top_tiles, line_charts, bar_charts, donut_charts, switches, power_usage, wunderground[condition], wunderground[forecast] [[top_tiles]] [[wunderground]] [[[forecast]]] location = Borne, EN [[[condition]]] location = Borne, EN [[switches]] [[line_charts]] [[bar_charts]] [[donut_charts]] [[power_usage]] Total Usage Zolderlamp = 15, lightbulb-o Totaal overloop lamp = 4, lightbulb-o [slaapkamer3] [[display_components]] components = top_tiles, line_charts, bar_charts, donut_charts, switches, power_usage [[top_tiles]] [[switches]] [[line_charts]] [[bar_charts]] [[donut_charts]] [[power_usage]] Total Usage Zolderlamp = 15, lightbulb-o Totaal overloop lamp = 4, lightbulb-o [tuin] [[display_components]] components = buienradar, weather, camera[Garden] [[buienradar]] [[weather]] [[camera]] [[[Garden]]] [security] [[display_components]] components = top_tiles, camera[Frontdoor], camera[Backdoor] [[top_tiles]] [[camera]] [[[Frontdoor]]] [[[Backdoor]]] [server] [[display_components]] components = top_tiles, serverlog [[top_tiles]] Memory = 37, percent HDD = 39, percent Temperatuur = 40, fire CPU = 41, percent [[line_charts]] Temperatuur = 40, day, temp [instellingen] [[display_components]] components = settings
I think I found out what the issue is.
after using the installer within Domoboard, it seems that Geocoder is needed.
Guess I'll have to install it first
I'll keep you posted!