Replies: 6 comments
-
Hello, [[OBWX]] |
Beta Was this translation helpful? Give feedback.
-
jkmikke, Looking at the screenshot you posted, the .json files are not being loaded by the browser (404 errors). So, you will need to troubleshoot why the .json files are not loading (the 404 errors). Are the files on the server? Are there any protocols blocking the loading of these files? Is weewx throwing any errors about not generating some files? |
Beta Was this translation helpful? Give feedback.
-
I'll install the skin on a fresh weewx install this weekend, just to make sure the problem isn't in the code. |
Beta Was this translation helpful? Give feedback.
-
Hello, The .json files have been generated. Attached is the obwx.json file. |
Beta Was this translation helpful? Give feedback.
-
I successfully installed the skin on a my test server. You will need to show me which errors you might be getting in the 'Console' part of your browsers dev tools. In particular I am looking for CORS errors. but any errors will need to be addressed. |
Beta Was this translation helpful? Give feedback.
-
Hello, Uncaught (in promise) SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data Have a nice day |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I installed your skin, but unfortunately after uploading files to the server, is this all that's visible in the browser

Any idea?
[[OBWX]]
skin = obwx
HTML_ROOT = /var/www/html/weewx/obwx
enable = True
[[[Extras]]]
html_title = obwx
logo_img = dark.png
logo_title = Site Title
logo_alt = Site Alt
api_id = "-------------------"
api_secret = "---------------"
api_call_frequency = 240
websocket_enable = "1"
websocket_host = "broker.emqx.io"
websocket_port = 8084
websocket_topic = "weather/zoja/"
metar_id_1 = "EPWA"
metar_id_2 = "EPMO"
timezone = undefined
Beta Was this translation helpful? Give feedback.
All reactions